[slf4j-dev] [JIRA] (SLF4J-460) EventRecodingLogger debug logs as TRACE
QOS.CH (JIRA)
noreply-jira at qos.ch
Thu May 9 01:31:00 CEST 2019
[ https://jira.qos.ch/browse/SLF4J-460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=19472#comment-19472 ]
Brian Harrington commented on SLF4J-460:
----------------------------------------
See SLF4J-411, it was fixed in 1.8.x, but not sure when that version will get released. There are some beta releases.
> 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