[slf4j-dev] [JIRA] (SLF4J-460) EventRecodingLogger debug logs as TRACE
QOS.CH (JIRA)
noreply-jira at qos.ch
Wed May 8 22:41:00 CEST 2019
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)
More information about the slf4j-dev
mailing list