Re: catalina.out growing very fast

2014-02-10 Thread Mark Thomas
On 10/02/2014 01:53, Pooja Swamy wrote: Hi, I am on a bridge call in the middle of a critical Production issue, and I need some urgent help. I am using Tomcat 7.0.x, and my catalina.out file is growing very fast. It is currently at 50 GB. I am frequently rotating the file, but no luck. I

Re: catalina.out growing very fast

2014-02-10 Thread Konstantin Kolinko
2014-02-10 5:53 GMT+04:00 Pooja Swamy poojasw...@gmail.com: Hi, I am on a bridge call in the middle of a critical Production issue, and I need some urgent help. I am using Tomcat 7.0.x, and my catalina.out file is growing very fast. It is currently at 50 GB. I am frequently rotating the

Re: catalina.out growing very fast

2014-02-10 Thread Pooja Swamy
Thank so much for your detailed answers. Really appreciate your help. The changes you recommend here - Do I need to make these changes in logging.properties in conf folder, or log4j.xml? On Mon, Feb 10, 2014 at 4:37 AM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2014-02-10 5:53 GMT+04:00

Re: catalina.out growing very fast

2014-02-10 Thread Pooja Swamy
Here is a sample of how the messages look - INFO [Fri Feb 9 04:48:21 GMT 2014:] [http-bio-8080-exec-141] [] Log : Fri Feb 09 04:48:21 GMT 2014 TestApp: http://myTestApp-all.chatter.test.com:8301/ukp/MyServlet--USER-webuser I have the same message getting written 8-10 times every second. Please

Re: catalina.out growing very fast

2014-02-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pooja, On 2/10/14, 2:10 PM, Pooja Swamy wrote: Here is a sample of how the messages look - INFO [Fri Feb 9 04:48:21 GMT 2014:] [http-bio-8080-exec-141] [] Log : Fri Feb 09 04:48:21 GMT 2014 TestApp:

Re: catalina.out growing very fast

2014-02-10 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pooja, On 2/10/14, 2:10 PM, Pooja Swamy wrote: Here is a sample of how the messages look - INFO [Fri Feb 9 04:48:21 GMT 2014:] [http-bio-8080-exec-141] [] Log : Fri Feb 09 04:48:21 GMT 2014 TestApp:

catalina.out growing very fast

2014-02-09 Thread Pooja Swamy
Hi, I am on a bridge call in the middle of a critical Production issue, and I need some urgent help. I am using Tomcat 7.0.x, and my catalina.out file is growing very fast. It is currently at 50 GB. I am frequently rotating the file, but no luck. I have referred to multiple posts including the

Re: catalina.out growing very fast

2014-02-09 Thread Dhaval Jaiswal
Seems to me you have kept Debug/Info mode on instead of Error. On Sun, Feb 9, 2014 at 8:53 PM, Pooja Swamy poojasw...@gmail.com wrote: Hi, I am on a bridge call in the middle of a critical Production issue, and I need some urgent help. I am using Tomcat 7.0.x, and my catalina.out file is

Re: catalina.out growing very fast

2014-02-09 Thread Pooja Swamy
Yes, I have it set to INFO mode, and I can't afford to have ERROR. But why are these messages landing in my catalina.out file in the first place? On Sun, Feb 9, 2014 at 9:09 PM, Dhaval Jaiswal dhaval.jais...@via.comwrote: Seems to me you have kept Debug/Info mode on instead of Error. On

Re: catalina.out growing very fast

2014-02-09 Thread Dhaval Jaiswal
you can check that setting in log4j properties file. INFO will log all the information, while Error will log only Errors. It must by generated by apps only or have you redirected any logs to the catalina.out On Mon, Feb 10, 2014 at 12:19 AM, Pooja Swamy poojasw...@gmail.com wrote: Yes, I

Re: catalina.out growing very fast

2014-02-09 Thread Pooja Swamy
Here is my logging.properties file - handlers = 1catalina.org.apache.juli.FileHandler, 2localhost.org.apache.juli.FileHandler, 3manager.org.apache.juli.FileHandler, 4host-manager.org.apache.juli.FileHandler, java.util.logging.ConsoleHandler .handlers = 1catalina.org.apache.juli.FileHandler,