Since you are setting >>>>log4j.rootLogger=warn, rolling >>>>log4j.category.org.apache=warn, rolling
Thus, you should not see DEBUG messages of "commons".
Problem is somewhere else.
HTH Manish Singla
PS:: Setting debug level in web.xml i.e. <init-param> .... is deprecated.
Thus, I will configure logging detail by using config file of underlying logging implementation as above.
david chan wrote:
Tried both, not working.
David
--- Richard Yee <[EMAIL PROTECTED]> wrote:
log4j.appender.rolling=org.apache.log4j.RollingFileAppenderDavid, Set <init-param> <param-name>debug</param-name> <param-value>0</param-value> </init-param>
in the web.xml for your action servlet.
-Richard
--- Kevin Hagel <[EMAIL PROTECTED]> wrote:
log4j.category.org.apache.common=WARN
----- Original Message ----- From: "david chan" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
<[EMAIL PROTECTED]>
Sent: Wednesday, December 03, 2003 9:39 AM
Subject: struts printing debug mesg regardless
what
I didmy
Hi, I am using Struts 1.1 and log4j 1.2.4, and in
log4j.properties, I have this to turn off Struts
debug
mesg, but it always printing debug mesg for
package
org.apache.common. How can I turn it off? Thanks. David
===my log config === log4j.rootLogger=warn, rolling log4j.category.org.apache=warn, rolling
log4j.appender.rolling.layout=org.apache.log4j.PatternLayoutlog4j.appender.rolling.File=c:\\temp\\temp.log
log4j.appender.rolling.MaxFileSize=5000KB log4j.appender.rolling.MaxBackupIndex=5
log4j.appender.rolling.layout.ConversionPattern=%d---------------------------------------------------------------------
%5p
[%t] %c{2} - %m%n ====== end log config ====
==== debug mesg output ==== .... DEBUG
org.apache.commons.beanutils.ConvertUtils....
DEBUG org.apache.commons.digester.Digester.... ....
__________________________________ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/
---------------------------------------------------------------------To unsubscribe, e-mail:
[EMAIL PROTECTED]
For additional commands, e-mail:
[EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
__________________________________ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
__________________________________ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Thanks Manish Singla x73166
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]