ppkarwasz opened a new issue, #1287:
URL: https://github.com/apache/logging-log4j2/issues/1287

   The fix for [LOG4J2-3647](https://issues.apache.org/jira/browse/LOG4J2-3647) 
didn't include an equivalent fix for our SLF4J binding. An SLF4J call:
   
   ```lang-java
   logger.atDebug()...
   ```
   discards all messages less specific than `DEBUG`, even those messages that 
would be accepted by a global filter.
   
   The equivalent Logback issue is 
[LOGBACK-1719](https://jira.qos.ch/browse/LOGBACK-1719).
   


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