
[ https://jira.qos.ch/browse/SLF4J-411?page=com.atlassian.jira.plugin.system.i... ] Doug Roper commented on SLF4J-411: ---------------------------------- Proposed fix: https://github.com/qos-ch/slf4j/pull/177
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:java} 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)