[JIRA] (SLF4J-411) EventRecodingLogger.debug(String) logs at TRACE

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/...] \{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)
participants (1)
-
QOS.CH (JIRA)