[logback-dev] [JIRA] Created: (LBCLASSIC-69) LevelToSyslogSeverity mistreating TRACE level
Anton Tagunov (JIRA)
noreply-jira at qos.ch
Thu Sep 4 16:19:45 CEST 2008
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
More information about the logback-dev
mailing list