Re: Help with Log Level in Tomcat 6 Logging

2010-06-18 Thread Jonathan Jackson
Konstantin, Thanks very much for your time. Your explanation makes things clearer. cheers Jon On 17 June 2010 14:37, Konstantin Kolinko wrote: > 2010/6/17 Jonathan Jackson : > > The problem I have is that in my daily rolling catalina-[data].out I only > > get SEVERE level messages. > > Giv

Re: Help with Log Level in Tomcat 6 Logging

2010-06-17 Thread Konstantin Kolinko
2010/6/17 Jonathan Jackson : > The problem I have is that in my daily rolling catalina-[data].out I only > get SEVERE level messages. > Given the above configuration, my understanding from reading this ( > http://tomcat.apache.org/tomcat-6.0-doc/logging.html) is that FINE for the > FileHandler woul

Re: Help with Log Level in Tomcat 6 Logging

2010-06-17 Thread André Warnier
Jonathan Jackson wrote: ... Hi. If it may contribute to less confusion : for as long as I remember, and still in tomcat 6.0.26 e.g., the comment in front of this paragraph at the end of the logging.properties file # For example, set the com.xyz.foo logger to only log SEVERE # messages: #org.a

Help with Log Level in Tomcat 6 Logging

2010-06-17 Thread Jonathan Jackson
Hello, Im a newbie to Tomcat logging. Here is the logging.properties of my Catalina installation: --- handlers = 1catalina.org.apache.juli.FileHandler, 2localhost.org.apache.juli.FileHandler, 3manager.org.apac