taoensso / sente

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

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

Open jwr opened 8 months ago

jwr commented 8 months 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.