stdout.log file growing very quickly.

2003-09-22 Thread Wood, Daniel
Hello, We're using Tomcat 4.1 and we have a problem where the logs\stdout.log grows very quickly. I was wondering if you had any advice to offer? What would be ideal is if we could have the properties of org.apache.catalina.logger.FileLogger to create a new log every new day. I've

RE: stdout.log file growing very quickly.

2003-09-22 Thread Shapira, Yoav
webapps goes to their servlet log, which tomcat rotates for you nightly. Yoav Shapira Millennium ChemInformatics -Original Message- From: Wood, Daniel [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 7:24 AM To: '[EMAIL PROTECTED]' Subject: stdout.log file growing very quickly

Re: stdout.log file growing very quickly.

2003-09-22 Thread Adam Hardy
PROTECTED]' Subject: stdout.log file growing very quickly. Hello, We're using Tomcat 4.1 and we have a problem where the logs\stdout.log grows very quickly. I was wondering if you had any advice to offer? What would be ideal is if we could have the properties

RE: stdout.log file growing very quickly.

2003-09-22 Thread Shapira, Yoav
Howdy, another question on this topic which has long puzzled me: is tomcat being changed over to commons-logging to output log statements? It would be good to start a different mailing list thread when you have a different (albeit related) question ;) Or is it all configured going to remain

Re: stdout.log file growing very quickly.

2003-09-22 Thread Adam Hardy
On 09/22/2003 04:25 PM Shapira, Yoav wrote: Tomcat is already mostly switched over to commons logging. tomcat 4 as well, or just 5? If so, then presumably there is a logging properties config file somewhere, which the original poster could configure so that less output goes to the console? In

RE: stdout.log file growing very quickly.

2003-09-22 Thread Shapira, Yoav
Howdy, tomcat 4 as well, or just 5? If so, then presumably there is a logging properties config file somewhere, which the original poster could configure so that less output goes to the console? Tomcat 4 to a lesser extent than tomcat 5. You can add a configuration file if you wish to