Re: Problem with log level in tomcat.

2013-03-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vihari, On 3/1/13 2:15 AM, Vihari Piratla wrote: I did perform any of the steps that I am supposed if I got to use log4j Do you mean that you *did* configure Tomcat for log4j, or that you didn't? If you did, what does the Tomcat (global)

Re: Problem with log level in tomcat.

2013-02-28 Thread Jesse Farinacci
Greetings, On Thu, Feb 28, 2013 at 5:28 AM, Vihari Piratla viharipira...@gmail.com wrote: I am trying to set the logging level of a webapp deployed on tomcat. but I cant see the debug or fine logs in catalina.out. What am I missing? You configured the logging handlers only, and picked up the

Re: Problem with log level in tomcat.

2013-02-28 Thread Vihari Piratla
I append the line .level = ALL in the file but I can see only fine level log of catalina but not of the webapp. I am using the handler org.apache.comons.logging framework to log and I just want the fine level log of my webapp. How can I do this? On Thu, Feb 28, 2013 at 5:17 PM, Jesse Farinacci

Re: Problem with log level in tomcat.

2013-02-28 Thread Konstantin Kolinko
2013/2/28 Vihari Piratla viharipira...@gmail.com: I am trying to set the logging level of a webapp deployed on tomcat. Here is the logging.properties file ... 1catalina.org.apache.juli.FileHandler.level = FINEST 1catalina.org.apache.juli.FileHandler.directory = ${catalina.base}/logs

Re: Problem with log level in tomcat.

2013-02-28 Thread André Warnier
Konstantin Kolinko wrote: 2013/2/28 Vihari Piratla viharipira...@gmail.com: I am trying to set the logging level of a webapp deployed on tomcat. Here is the logging.properties file ... 1catalina.org.apache.juli.FileHandler.level = FINEST 1catalina.org.apache.juli.FileHandler.directory =

Re: Problem with log level in tomcat.

2013-02-28 Thread Mark Thomas
On 28/02/2013 06:29, André Warnier wrote: Konstantin, (and I fear that this is going to raise hackles again, but I think it needs to be said) the truth of the matter is that the logging setup in Tomcat is obscure, cryptic, and in any case beyond the comprehension of 90% at least of the Tomcat

Re: Problem with log level in tomcat.

2013-02-28 Thread Vihari Piratla
@Konstantin Kolinko Sorry I did not observe this, I was talking about the global one previously, here is the webapp specific one in the attachment that is log4j.properties. Now to log at fine level, which line should I change or which line to append? Thank you. On Thu, Feb 28, 2013 at 8:08 PM,

Re: Problem with log level in tomcat.

2013-02-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vihari, On 2/28/13 8:58 PM, Vihari Piratla wrote: @Konstantin Kolinko Sorry I did not observe this, I was talking about the global one previously, here is the webapp specific one in the attachment that is log4j.properties. This list tends to

Re: Problem with log level in tomcat.

2013-02-28 Thread Vihari Piratla
Christopher, Please find the pasted properties file. I did perform any of the steps that I am supposed if I got to use log4j, but it still create muse(name of my web-app).log in /tmp directory with a message like this in catalina.out. 01 Mar 12:28 Log4JUtils INFO - Log messages will be recorded

Re: Problem with log level in tomcat.

2013-02-28 Thread Vihari Piratla
and also I have log4j-1.2.15.jar in WEB-INF/lib. On Fri, Mar 1, 2013 at 12:45 PM, Vihari Piratla viharipira...@gmail.comwrote: Christopher, Please find the pasted properties file. I did perform any of the steps that I am supposed if I got to use log4j, but it still create muse(name of my