garydgregory commented on issue #3100: URL: https://github.com/apache/logging-log4j2/issues/3100#issuecomment-2899433591
Here's another general logging pickle that somewhat applies to status logging. There are events that you may care about depending on _how_ and _when_ you view them. The best example of this is Maven logging of "Downloading..." and "Downloaded..." messages which are "info" events. When I am at the command line, I ignore them and I don't really care, and I can always use '-ntp' to filter them out. BUT, when I look at build log files (say in Bamboo or GitHub), I get really annoyed if the build was not configured with '-ntp' because now I see tons of logging that is 100% irrelevant. So arguing about the log level in this case is a red herring I claim and even if the level is "right" you still need an escape hatch. -- 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: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org