[logback-dev] [Bug 104] New: Copy/Paste errors in Logger. TurboFilter probably not working correctly.

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Fri Oct 5 20:17:38 CEST 2007


http://bugzilla.qos.ch/show_bug.cgi?id=104

           Summary: Copy/Paste errors in Logger. TurboFilter probably not
                    working correctly.
           Product: logback-classic
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Other
        AssignedTo: logback-dev at qos.ch
        ReportedBy: joern at huxhorn.de


I just found 4 copy-paste mistakes.

- trace(String msg, Throwable t) is calling isDebugEnabled instead of
isTraceEnabled.
- loggerContext.getTurboFilterChainDecision is receiving Level.DEBUG instead of
'level' variable.

Please see attached patch.


-- 
Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the logback-dev mailing list