Re: How to stop struts logging in my web application

2005-11-28 Thread nitin mandolkar
; 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 > > In Strus webapplication when i set log4.properties file with below option > It logs also strus log which is c

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

SV: How to stop struts logging in my web application

2005-11-23 Thread Per Jørgen Walstrøm
use a category to limit the DEBUGs from e.g. struts xml-example: -Opprinnelig melding- Fra: nitin mandolkar [mailto:[EMAIL PROTECTED] Sendt: 23. november 2005 13:31 Til: user@struts.apache.org Emne: How to stop struts logging in my web application Hello Strust

How to stop struts logging in my web application

2005-11-23 Thread nitin mandolkar
Hello Strust Users In Strus webapplication when i set log4.properties file with below option It logs also strus log which is creating the very big log file. I want log only my webapplication log statement rather than strust. Is there any property i have to set in log file where i can disabble or