
[ https://jira.qos.ch/browse/SLF4J-460?page=com.atlassian.jira.plugin.system.i... ] Ceki Gülcü resolved SLF4J-460. ------------------------------ Resolution: Fixed fixed in 1.7.27, and the 1.8 and 2.0 branches.
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: Ceki Gülcü Priority: Minor Fix For: 1.8.0-beta5, 2.0.0-alpha1, 1.7.27
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)