RE: Suppressing log output to ERROR

2006-07-02 Thread John
How would that translate to doing the same thing with embedded Tomcat? -Original Message- From: Boris Unckel [mailto:[EMAIL PROTECTED] Sent: Sunday, July 02, 2006 1:08 PM To: Tomcat Users List Subject: Re: Suppressing log output to ERROR Hi Garth, Garth Patil wrote: > Hi, > I&#x

Re: Suppressing log output to ERROR

2006-07-02 Thread Boris Unckel
Hi, Garth Patil wrote: > Thanks Boris! > One follow up question. That works for ERROR and FATAL, but is there > any way to suppress ERROR and only show FATAL? > Best, > Garth This levels may apply: Java Util Logging (JUL) http://java.sun.com/j2se/1.4.2/docs/api/java/util/logging/Level.html

Re: Suppressing log output to ERROR

2006-07-02 Thread Garth Patil
Thanks Boris! One follow up question. That works for ERROR and FATAL, but is there any way to suppress ERROR and only show FATAL? Best, Garth On 7/2/06, Boris Unckel <[EMAIL PROTECTED]> wrote: Hi Garth, Garth Patil wrote: > Hi, > I'm trying to limit the logging output to catalina.out by the > o

Re: Suppressing log output to ERROR

2006-07-02 Thread Boris Unckel
Hi Garth, Garth Patil wrote: Hi, I'm trying to limit the logging output to catalina.out by the org.apache.catalina.core classes to only ERROR and FATAL. I changed the value of org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level to ERROR, but there was no effect. What am I missi

Suppressing log output to ERROR

2006-07-02 Thread Garth Patil
Hi, I'm trying to limit the logging output to catalina.out by the org.apache.catalina.core classes to only ERROR and FATAL. I changed the value of org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level to ERROR, but there was no effect. What am I missing? Best, Garth