tomaswolf commented on issue #904: URL: https://github.com/apache/mina-sshd/issues/904#issuecomment-4790008875
We have not implemented anything for MDC. Interestingly the few logs do show the client session identifier -- I think almost all logging in Apache MINA SSHD does include that. Channel-specific logging usually also outputs the channel. MDC relies on thread-locals, and asynchronous hand-off may lose the MDC. So it would need extra code and extra care to avoid memory leaks or having the wrong MDC in a thread. I don't quite see what advantages an MDC would bring over the current implementation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
