Re: Tomcat 7.0, logging configuration

2010-07-10 Thread Mark Thomas
On 10/07/2010 05:22, Caldarale, Charles R wrote: >> From: Pid [mailto:p...@pidster.com] >> Subject: Re: Tomcat 7.0, logging configuration >> >> On 09/07/2010 22:32, André Warnier wrote: >>> >>> I believe the same section is also part of the >>&

RE: Tomcat 7.0, logging configuration

2010-07-09 Thread Caldarale, Charles R
> From: Pid [mailto:p...@pidster.com] > Subject: Re: Tomcat 7.0, logging configuration > > On 09/07/2010 22:32, André Warnier wrote: > > > > I believe the same section is also part of the > > logging.properties file distributed with Tomcat. > > > >

Re: Tomcat 7.0, logging configuration

2010-07-09 Thread Pid
On 09/07/2010 22:32, André Warnier wrote: > Hi. > > I notice in the online doc of Tomcat 7.0, page > http://tomcat.apache.org/tomcat-7.0-doc/logging.html > at the end of the first big box on the page, this paragraph : > > # For example, set the com.xyz.foo logger to only log SEVERE > # messages:

Tomcat 7.0, logging configuration

2010-07-09 Thread André Warnier
Hi. I notice in the online doc of Tomcat 7.0, page http://tomcat.apache.org/tomcat-7.0-doc/logging.html at the end of the first big box on the page, this paragraph : # For example, set the com.xyz.foo logger to only log SEVERE # messages: #org.apache.catalina.startup.ContextConfig.level = FINE #