ppkarwasz commented on PR #3880:
URL: https://github.com/apache/logging-log4j2/pull/3880#issuecomment-3198398220

   > Does the status logger go through all the same async appender machinery? I 
thought it was just a simple console logger used by `log4j-api`.
   
   It is just a simple console logger. My point is that, if a queue-full event 
occurs and you change the default `log4j2.discardThreshold` to `ERROR`, then:
   
   - Users will not see **any** log events from the system.
   - They will not even see the status logger warning, unless they changed the 
default value of `log4j2.statusLoggerLevel` from `ERROR` to `WARN`.
   
   


-- 
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]

Reply via email to