RE: stdout.log file growing very quickly.

2003-09-22 Thread Shapira, Yoav
Howdy, Why is it growing so fast? You have several options, all of which have been discussed on the list in the past. They include: - Using an external program like logrotate to rotate the stdout log for you. - Adding swallowOutput=true to your context so that stdout/stderr output from those

Re: stdout.log file growing very quickly.

2003-09-22 Thread Adam Hardy
another question on this topic which has long puzzled me: is tomcat being changed over to commons-logging to output log statements? Or is it all configured going to remain controlled by the debug attributes of nodes in server.xml? If I set all those debug attributes to 0, will tomcat become

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