RE: Tomcat 5.5 Webapp logging.

2004-12-12 Thread Dale, Matt
, December 09, 2004 6:16 PM To: Tomcat Users List Subject: RE: Tomcat 5.5 Webapp logging. Quoting Dale, Matt [EMAIL PROTECTED]: This sounds like kind of what I want but you've confused me. I basically want the System.out and stdout from a particular webapp to go to a specific log file

RE: Tomcat 5.5 Webapp logging.

2004-12-09 Thread Shapira, Yoav
Hi, The example in http://jakarta.apache.org/tomcat/tomcat-5.5-doc/logging.html is a decent start. Since your goal is to reduce messages being output to the log, at least for this 3rd party application, add a line like log4j.logger.rootPackageOf3rdPartyApp = WARN to the sample file at the

RE: Tomcat 5.5 Webapp logging.

2004-12-09 Thread Dale, Matt
] Sent: 09 December 2004 15:18 To: Tomcat Users List Subject: RE: Tomcat 5.5 Webapp logging. Hi, The example in http://jakarta.apache.org/tomcat/tomcat-5.5-doc/logging.html is a decent start. Since your goal is to reduce messages being output to the log, at least for this 3rd party application

RE: Tomcat 5.5 Webapp logging.

2004-12-09 Thread Dale, Matt
thought that at least the file would be created even if nothing was in it. Any ideas? Ta Matt -Original Message- From: Dale, Matt Sent: 09 December 2004 15:41 To: Tomcat Users List Subject: RE: Tomcat 5.5 Webapp logging. That's the one I tried but never got too far. I'll give it a another

RE: Tomcat 5.5 Webapp logging.

2004-12-09 Thread Shapira, Yoav
To: Tomcat Users List Subject: RE: Tomcat 5.5 Webapp logging. Hi, I can't even get it to create the log file and see no log4j related messages in the catalina.out. Below is my log4j.properties which is in common/classes log4j.rootLogger=debug, R log4j.appender.R

Re: Tomcat 5.5 Webapp logging.

2004-12-09 Thread Viorel Dragomir
. .. --- - Original Message - From: Dale, Matt To: Tomcat Users List Sent: Thursday, December 09, 2004 18:00 Subject: RE: Tomcat 5.5 Webapp logging. Hi, I can't even get it to create the log file and see no log4j related messages in the catalina.out. Below is my log4j.properties which

RE: Tomcat 5.5 Webapp logging.

2004-12-09 Thread Dale, Matt
: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 09 December 2004 16:03 To: Tomcat Users List Subject: RE: Tomcat 5.5 Webapp logging. Hi, Also need commons-logging.jar (not commons-logging-api.jar) in common/lib for this to work. The docs have already been patched in CVS. Yoav Shapira http

Re: Tomcat 5.5 Webapp logging.

2004-12-09 Thread Jacob Kjome
So, you want System.out stuff to go to the stdout, is that right? Just set up a console appender. Note that if you want to log to Tomcat's specially named localhost and context loggers, you'll need to use a log4j.properties file rather than log4j.xml because the naming pattern violates the XML

RE: Tomcat 5.5 Webapp logging.

2004-12-09 Thread Dale, Matt
: Tomcat 5.5 Webapp logging. So, you want System.out stuff to go to the stdout, is that right? Just set up a console appender. Note that if you want to log to Tomcat's specially named localhost and context loggers, you'll need to use a log4j.properties file rather than log4j.xml because

RE: Tomcat 5.5 Webapp logging.

2004-12-09 Thread Jacob Kjome
detail if you wouldn't mind. Hopefully that cleared things up a little bit. Jake Ta Matt -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: 09 December 2004 16:55 To: Tomcat Users List Subject: Re: Tomcat 5.5 Webapp logging. So, you want System.out stuff to go