You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by "Parmar, Dipakkumar" <dp...@cgmpsystems.com> on 2002/10/08 23:25:19 UTC

Disable Struts debug messages

Hello,

I just converted my log4j property file to XML.  Now I don't know how to
disable struts debug messages.

In property file I used to do "log4j.logger.org.apache.struts=ERROR" but
don't know how to setup in XML config file.

Thanks
Deepak



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Disable Struts debug messages

Posted by "Parmar, Dipakkumar" <dp...@cgmpsystems.com>.
Thanks....It worked....

-----Original Message-----
From: sk k [mailto:skk7963@yahoo.com]
Sent: Tuesday, October 08, 2002 7:44 PM
To: Log4J Users List
Subject: Re: Disable Struts debug messages



Try this. It should do the trick.

 <logger name="org.apache.struts">
    <priority value="DEBUG"/>
  </logger>

--- "Parmar, Dipakkumar" <dp...@cgmpsystems.com>
wrote:
> Hello,
>
> I just converted my log4j property file to XML.  Now
> I don't know how to
> disable struts debug messages.
>
> In property file I used to do
> "log4j.logger.org.apache.struts=ERROR" but
> don't know how to setup in XML config file.
>
> Thanks
> Deepak
>
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>


__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Disable Struts debug messages

Posted by sk k <sk...@yahoo.com>.
Try this. It should do the trick.

 <logger name="org.apache.struts">
    <priority value="DEBUG"/>
  </logger>

--- "Parmar, Dipakkumar" <dp...@cgmpsystems.com>
wrote:
> Hello,
> 
> I just converted my log4j property file to XML.  Now
> I don't know how to
> disable struts debug messages.
> 
> In property file I used to do
> "log4j.logger.org.apache.struts=ERROR" but
> don't know how to setup in XML config file.
> 
> Thanks
> Deepak
> 
> 
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>