You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "ppkarwasz (via GitHub)" <gi...@apache.org> on 2023/02/24 18:47:10 UTC

[I] Log4j's implementation of SLF4J `Logger` should not use no-op builders (logging-log4j2)

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: notifications-unsubscribe@logging.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org