-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
bugIncorrect, unexpected, or unintended behavior of existing codeIncorrect, unexpected, or unintended behavior of existing codeslf4jAffects SLF4J integrationAffects SLF4J integration
Milestone
Description
The fix for LOG4J2-3647 didn't include an equivalent fix for our SLF4J binding. An SLF4J call:
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.
This issue was reported in this StackOverflow question.
Metadata
Metadata
Assignees
Labels
bugIncorrect, unexpected, or unintended behavior of existing codeIncorrect, unexpected, or unintended behavior of existing codeslf4jAffects SLF4J integrationAffects SLF4J integration
Type
Projects
Status
To triage