Re: How to stop struts logging in my web application

2005-11-28 Thread nitin mandolkar
HI Gamer Thanks for your help. It works fine. -Ni3 On 11/28/05, Garner, Shawn <[EMAIL PROTECTED]> wrote: > add this line below the rootLogger line: > > log4j.category.org.apache=OFF > > > -Original Message- > From: nitin mandolkar [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 23,

RE: How to stop struts logging in my web application

2005-11-28 Thread Garner, Shawn
add this line below the rootLogger line: log4j.category.org.apache=OFF -Original Message- From: nitin mandolkar [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 23, 2005 6:31 AM To: user@struts.apache.org Subject: How to stop struts logging in my web application Hello Strust Users

RE: How to stop struts logging in my web application

2005-11-24 Thread Ramaswamy, Palaniappan
Mailing List Subject: Re: How to stop struts logging in my web application Hi I added this enrty in log4.properties files looks like it is helping me. log4j.logger.org.apache=INFO Can you please explain this one. What actullay it is doing. it is like we can set the log level by package level or

Re: How to stop struts logging in my web application

2005-11-24 Thread nitin mandolkar
Hi I added this enrty in log4.properties files looks like it is helping me. log4j.logger.org.apache=INFO Can you please explain this one. What actullay it is doing. it is like we can set the log level by package level or class level also. On 11/23/05, Gary Feidt <[EMAIL PROTECTED]> wrote: > D

Re: How to stop struts logging in my web application

2005-11-23 Thread Gary Feidt
Did you try Categroy Configurations such as: # Category Configurations log4j.logger.jsp=DEBUG log4j.logger.com.cmpyname.appname=DEBUG >>> [EMAIL PROTECTED] 11/23/2005 6:30:53 AM >>> Hello Strust Users In Strus webapplication when i set log4.properties file with below option It logs also strus l