> Are you configuring log4j more than once? Maybe once with a > BasicConfigurator.configure() and once with a > PropertyConfigurator.configure() call? That would explain the > additional console appender even though there isn't one in your > properties file.
I only have the one log4j.config file, and I'm using commons-logging so I am not doing the .configure() calls myself. That's where I'm confused-- I don't know if Tomcat is doing this to me, or if it's something in commons-logging, or if I've done it to myself unintentionally. I think it's commons-logging, so please excuse the OT post... a test program with the same properties file sends to both the console and the file, so it's not Tomcat. > BTW, do you really specify the level for each and every class in your > properties file, or did you just give one as an example?? There's a line for each and every class. I removed all but the one that belonged with the log output message that I posted. Sorry, I should have put in ... to show I removed lines. Thanks, -- Wendy in Chandler, AZ
