Skip to content

Optimize logging at different levels with WebSocket/Messaging [SPR-11943] #16560

@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions