Senrian commented on PR #955: URL: https://github.com/apache/tomcat/pull/955#issuecomment-3994874181
You have a valid point. When the log file is unavailable, writing to stderr as a fallback is reasonable. However, using `printStackTrace()` is not ideal - it would be better to use a proper logger or at least print a concise error message. Would you prefer I close this PR, or would you like me to modify it to use a more appropriate logging approach? -- 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]
