[slf4j-user] java.lang.IllegalStateException: Level number 20 is not recognized.

Christopher Moesel Christopher_Moesel at avid.com
Wed Sep 19 14:45:25 CEST 2007


Hello,

 

I've been using SLF4J 1.3.1 with jcl104-over-slf4j and Logback 0.9.5 for
a while.

 

Last night I upgraded to SLF4J 1.4.3 with jcl104-over-slf4j and Logback
0.9.8.  Now I am receiving the following stack traces:

 

java.lang.IllegalStateException: Level number 20 is not recognized.

            at
org.slf4j.impl.JDK14LoggerAdapter.log(JDK14LoggerAdapter.java:529)

            at
org.apache.commons.logging.impl.SLF4JLocationAwareLog.info(SLF4JLocation
AwareLog.java:120)

            at
org.springframework.context.support.AbstractApplicationContext.refresh(A
bstractApplicationContext.java:305)

            at
org.springframework.context.support.ClassPathXmlApplicationContext.<init
>(ClassPathXmlApplicationContext.java:91)

            at
org.springframework.context.support.ClassPathXmlApplicationContext.<init
>(ClassPathXmlApplicationContext.java:75)

            ... (rest snipped off)

 

I've googled and searched the mailing list archive, but I can't seem to
find how to fix this.  Especially since it looks like the logging
statement is not coming out of my own code, but rather, from Spring.
Any help would be greatly appreciated as I'd really like to upgrade and
use the MDC.

 

Thanks,

Chris

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://qos.ch/pipermail/slf4j-user/attachments/20070919/904620fa/attachment.htm>


More information about the slf4j-user mailing list