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
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
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
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
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