[slf4j-dev] [JIRA] (SLF4J-411) EventRecodingLogger.debug(String) logs at TRACE
QOS.CH (JIRA)
noreply-jira at qos.ch
Fri Jun 2 08:29:00 CEST 2017
Doug Roper created SLF4J-411:
--------------------------------
Summary: EventRecodingLogger.debug(String) logs at TRACE
Key: SLF4J-411
URL: https://jira.qos.ch/browse/SLF4J-411
Project: SLF4J
Issue Type: Bug
Affects Versions: 1.8.0-alpha2
Reporter: Doug Roper
Assignee: SLF4J developers list
Priority: Minor
[https://github.com/qos-ch/slf4j/blob/v_1.8.0-alpha2/slf4j-api/src/main/java/org/slf4j/event/EventRecodingLogger.java#L98-L100]
\{code}
public void debug(String msg) \{
recordEvent(Level.TRACE, msg, null, null);
}
\{code}
Expected result: debug method logs at debug.
Actual result: debug method logs at trace.
Seems like a copy-paste bug.
--
This message was sent by Atlassian JIRA
(v7.3.1#73012)
More information about the slf4j-dev
mailing list