Hello Joe,
Joe Mun wrote:
Is it possible to turn off Catalina's Commons logging
(from org.apache.catalina.*) in Tomcat 5.0 without
changing the debug level in log4j?
Problem is I use log4j/commons for my application and
don't need to bother with the tomcat logs.
Unfortunately, Tomcat spits out a TON of DEBUG level
messages. Therefore making it difficult to use the
DEBUG level in my app.
you have to separate server configuration log and application log. This
can be achieved by putting
needed JARs (WEB-INF/lib) and log4j.properties (WEB-INF/classes) at
webapp level.
Have a look at
http://jakarta.apache.org/commons/logging/guide.html
http://tomcat.apache.org/faq/logging.html
http://tomcat.apache.org/tomcat-5.0-doc/class-loader-howto.html
Regards
Boris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]