clj-commons / aleph

Asynchronous streaming communication for Clojure - web server, web client, and raw TCP/UDP
http://aleph.io
MIT License
2.54k stars 241 forks source link

Demote HTTPS connection info log to debug #733

Closed DerGuteMoritz closed 2 weeks ago

DerGuteMoritz commented 2 weeks ago

Logging every established HTTPS connection along with its ALPN protocols is unnecessarily verbose without adding much value (there's no way to identify the connection, for example), so demote these to debug level. Users can still get higher-value logs, e.g. via ring middleware.

Follow-up to #719.