Kevin Goveia created SLF4J-460: ---------------------------------- Summary: EventRecodingLogger debug logs as TRACE Key: SLF4J-460 URL: https://jira.qos.ch/browse/SLF4J-460 Project: SLF4J Issue Type: Bug Components: Core API Affects Versions: 1.7.26 Reporter: Kevin Goveia Assignee: SLF4J developers list Priority: Minor
In EventRecodingLogger, the decompiled code looks like this:  public void debug(String msg) \{ this.recordEvent(Level.TRACE, msg, (Object[])null, (Throwable)null); } I recognize this might be an issue with the decompilier i'm using, but it seems unlikely. I might also be misunderstanding the code. But from what I can tell, I think it should be Level.DEBUG -- This message was sent by Atlassian JIRA (v7.3.1#73012) _______________________________________________ slf4j-dev mailing list slf4j-dev@qos.ch http://mailman.qos.ch/mailman/listinfo/slf4j-dev