How can I get better logs from tomcat4.1.x?

2002-12-11 Thread Brandon Cruz
We recently upgraded from tomcat 3.2.4. By default, all logs to System.out went to logs/tomcat.log. In 4.1.x, I didn't see that file, so I added these two loggers to the ... That creates logs that don't have much useful info, host and timestamp to be exact and puts everything to logs/catalina

RE: How can I get better logs from tomcat4.1.x?

2002-12-12 Thread Shapira, Yoav
ssage- >From: Brandon Cruz [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, December 11, 2002 5:17 PM >To: Tomcat Users List >Subject: How can I get better logs from tomcat4.1.x? > >We recently upgraded from tomcat 3.2.4. By default, all logs to System.out >went to logs/tomcat.log

RE: How can I get better logs from tomcat4.1.x?

2002-12-12 Thread Brandon Cruz
the exception, but it doesn't matter much for the developer comments to system.out. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 8:01 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: How can I get better logs from tomcat

Re: How can I get better logs from tomcat4.1.x?

2002-12-12 Thread Reinhard Moosauer
Hi, in default server.xml coming with tomcat you will find lines like that: You can embed these Loggers at different levels to control logging. The parameters "timestamp" and "debug" may be interesting to you. The admin-Application also supports editing those. I recommend you should add a sepe