swebb2066 commented on PR #301: URL: https://github.com/apache/logging-log4cxx/pull/301#issuecomment-1828861622
A use-case relevant to this PR is debugging computationally heavy processing. Activating DEBUG logging results in massive log files. Having identified the problematic function, it is useful to reduce the flood of output during further analysis. > Long-term we should maybe think about implementing markers like log4j2 does: https://logging.apache.org/log4j/2.x/manual/markers.html This requires changing the class under analysis, which is also valid approach, but more invasive. -- 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]
