Re: turning off logging for Tomcat 5.5.27 components

2009-03-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Beeky, On 3/27/2009 1:41 PM, beeky wrote: > Christopher, > Thanks for the reply, unfortunately I did not understand much of it. Can I > ask some questions about what you said? Absolutely. >> log4j.rootLogger=ERROR, stdout, TOMCAT >> This should onl

Re: turning off logging for Tomcat 5.5.27 components

2009-03-27 Thread beeky
Christopher, Thanks for the reply, unfortunately I did not understand much of it. Can I ask some questions about what you said? > log4j.rootLogger=ERROR, stdout, TOMCAT >This should only allow ERROR or higher messages to be logged, unless >another logger has explicitly set a lower log level to b

Re: turning off logging for Tomcat 5.5.27 components

2009-03-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Beeky, On 3/27/2009 11:13 AM, beeky wrote: > ---log4j.config in /common/classes-- > log4j.rootLogger=ERROR, stdout, TOMCAT This should only allow ERROR or higher messages to be logged, unless another logger has explicitly set a lower log

Re: turning off logging for Tomcat 5.5.27 components

2009-03-27 Thread beeky
Charles, Thanks for taking the time to look at my problem. log4J.config files follow immediately. -=beeky ---log4j.config in /common/classes-- log4j.rootLogger=ERROR, stdout, TOMCAT log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j

RE: turning off logging for Tomcat 5.5.27 components

2009-03-27 Thread Caldarale, Charles R
> From: beeky [mailto:staff...@marine.rutgers.edu] > Subject: turning off logging for Tomcat 5.5.27 components > > My app has a log4j config file and Tomcat has its own config file Post both your log4j config and Tomcat's conf/logging.properties and let's take a look. - Chuck THIS COMMUNICAT