Details
Description
As discussed in SSHD-833, it appears that when a client disconnects before the handshake completes there's some pretty loud logging coming from the Nio2Acceptor.AcceptCompletionHandler#okToReaccept.
The entire message is logged at WARN level. Also, several lines from the stack trace are logged individually at the same level.
We feel this much logging at WARN level will be too much noise for system administrators who might think there's something wrong with the system. We propose:
- Changing the log level to DEBUG / FINE
- Logging the stacktrace in a single message
Attachments
Attachments
Issue Links
- links to