
4 Aug
2010
4 Aug
'10
4:29 p.m.
Yes, I'm using WebLogic server. Are you suggesting that SLF4J is loading and configuring Logback twice? If this were the case, wouldn't I see duplicates of all of Logback's status messages? Do you know how I can fix this problem? Derek On Wed, Aug 4, 2010 at 12:11 PM, Robert Elliot <rob@lidalia.org.uk> wrote:
Logback only outputs its status messages when there is a warning or error - in this case Logback thinks that you have two logback.xml files on the classpath. As they have the same path, it looks like Logback is wrong.
Are you using WebLogic? There was a similar issue with SLF4J wrongly thinking there were multiple bindings on the classpath.