taoensso / sente

Realtime web comms library for Clojure/Script
https://www.taoensso.com/sente
Eclipse Public License 1.0
1.74k stars 196 forks source link

Decrease the log level of a ws-ping event being sent #440

Closed jwr closed 1 month ago

jwr commented 1 year ago

ws-ping events are very frequent and with thousands of connections they tend to overwhelm the logs, bringing little value, even when debugging. They are more suited for the :trace log level, as the other :debug level messages from sente are quite helpful and not overly verbose.

ptaoussanis commented 1 month ago

Merging manually now, thanks again Jan! Apologies for the delay.