Re: log4j not logging 3rd-party-tool-messages in a webapp under tomcat 5.5

2006-03-21 Thread Boris Unckel
Good Morning, > Von: Sven Schliesing <[EMAIL PROTECTED]> > > The webapp runs under Tomcat 5.5.15. I would expect this config-file to > litter my console with tons of log messages. But it only displays the > messages from my webapp. None of the 3rd-party-tool-messages, like from > hibernate or

Re: log4j not logging 3rd-party-tool-messages in a webapp under tomcat 5.5

2006-03-21 Thread Sven Schliesing
Hi, this doesn't help either. I'm pretty sure now that it has to do with the standard-logging-mechanism of tomcat. On the console I see log-messages like these: 22.03.2006 02:26:18 com.opensymphony.oscache.base.Config loadProps INFO: Properties {cache.path=c:\temp\cache} and INFO: Hibernate

Re: log4j not logging 3rd-party-tool-messages in a webapp under tomcat 5.5

2006-03-21 Thread Darryl L. Miles
I use the following, notice the Threshold setting, maybe that can help (I'm not sure how "log4j.appender.stdout.Target=System.out" affects logging) : log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Threshold=DEBUG log4j.appender.stdout.layout=org.apache.log4j.Pa