; 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
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
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
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
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
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
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
7 matches
Mail list logo