Senrian commented on PR #955: URL: https://github.com/apache/tomcat/pull/955#issuecomment-3995514887
Thanks for the feedback. These exceptions are written to stderr as a fallback when the log file isn't available. The original code used printStackTrace() which is not configurable and cannot be suppressed. Replacing it with a proper logging framework allows administrators to control whether stack traces are displayed through log configuration, which is a best practice for production environments. -- 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]
