Commit 044f23d
committed
client-api: Don't debug-print dropped outgoing Ws messages at info
It's not impossible for a client to disconnect while there are
outstanding subscription messages (e.g. `st_client` updates), and
printing them all to the log at info level just creates a lot of data
with limited value.
Print them at debug level instead.1 parent 1c65d7b commit 044f23d
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
| 300 | + | |
300 | 301 | | |
301 | 302 | | |
302 | 303 | | |
| |||
0 commit comments