LevelToSyslogSeverity mistreating TRACE level
---------------------------------------------

                 Key: LBCLASSIC-69
                 URL: http://jira.qos.ch/browse/LBCLASSIC-69
             Project: logback-classic
          Issue Type: Bug
          Components: layout
    Affects Versions: 0.9.10
            Reporter: Anton Tagunov
            Assignee: Logback dev list


Hello, ch.qos.logback.classic.util.LevelToSyslogSeverity.convert() doesn't have 
a case for TRACE level.
The result is this exception:

This results in the following exception

java.lang.IllegalArgumentException: Level TRACE is not a valid level for a 
printing method
        at 
ch.qos.logback.classic.util.LevelToSyslogSeverity.convert(LevelToSyslogSeverity.java:38)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.qos.ch/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
logback-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/logback-dev

Reply via email to