So, I assume that no reply means that no one else has seen this bug or has any ideas on how to fix it? That's unfortunate-- I guess I'll have to stick with 1.3.1 for now and give up the MDC. When I have more time, perhaps I'll try to investigate further on my own.
Thanks, Chris CMoesel wrote: > > 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 > _______________________________________________ > user mailing list > [email protected] > http://www.slf4j.org/mailman/listinfo/user > -- View this message in context: http://www.nabble.com/java.lang.IllegalStateException%3A-Level-number-20-is-not-recognized.-tf4480792.html#a12868411 Sent from the Slf4J - user mailing list archive at Nabble.com. _______________________________________________ user mailing list [email protected] http://www.slf4j.org/mailman/listinfo/user
