[ https://jira.qos.ch/browse/SLF4J-460?page=com.atlassian.jira.plugin.system.… ]
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)
Branch: refs/heads/1.7-maintenance
Home: https://github.com/qos-ch/slf4j
Commit: 179350d855c99755205c700e2adc806de87a4db7
https://github.com/qos-ch/slf4j/commit/179350d855c99755205c700e2adc806de87a…
Author: Ceki Gulcu <ceki(a)qos.ch>
Date: 2019-08-05 (Mon, 05 Aug 2019)
Changed paths:
M integration/pom.xml
M jcl-over-slf4j/pom.xml
M jul-to-slf4j/pom.xml
M log4j-over-slf4j/pom.xml
M osgi-over-slf4j/pom.xml
M pom.xml
M slf4j-android/pom.xml
M slf4j-api/pom.xml
M slf4j-ext/pom.xml
M slf4j-jcl/pom.xml
M slf4j-jdk14/pom.xml
M slf4j-log4j12/pom.xml
M slf4j-migrator/pom.xml
M slf4j-nop/pom.xml
M slf4j-simple/pom.xml
M slf4j-site/pom.xml
Log Message:
-----------
up version