errose28 commented on PR #8906: URL: https://github.com/apache/ozone/pull/8906#issuecomment-3186033650
My concern isn't a perf bottleneck from the logging, it's the long term manageability of every service deciding to create their own log file which is not a sustainable practice. Since it sound like we might remove this later, it might be better to just redirect existing snapshot GC loggers to a separate file in addition to the main application log, which can be done with a log4j config alone and no OM code changes. This config can be added as a comment/example in the existing OM log4j configuration file. There are already a few alternate config setups included there as comments for people to reference. -- 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]
