Prashant Deva opened SPR-11943 and commented
the info level logging seems to log every single 'connect' event and results in a very verbose log.
i know websocket connections are longer lived than http, but on a mostly websocket site this is akin to logging every http request. This kind of info is only needed during a debugging session and the logging level should reflect that.
please move these messages to a lower logging level (eg 'fine'/'debug') so as not to clutter logs
Affects: 4.1 RC1
0 votes, 5 watchers