The-Yoda commented on issue #120: Increase log level to error for scp error logs URL: https://github.com/apache/mina-sshd/pull/120#issuecomment-612440244 There are cases where scp fails from different set of servers which is very hard to debug. And making the error log trace creates lot of friction, as it creates GBs of logs in a minute in production servers. It make sense to log exception in hotspots, as it incurs performance penalty, but not here. Let me know how I can make this better. Should I just make the debug statement(just above the change) to error so that there won't be any logging of stack trace?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
