You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Zsolt Koppany <zk...@web.de> on 2002/12/10 17:45:16 UTC

How can I disable commons.digester debug messages?

i,

I use tomcat-4.1.12 with log4j-1.1.3 and would like NOT to see the debug
messages of the package "commons.digester". As you see I tried it but I
do get messages (attached) at the end. How can I disable the commons
messages?

Zsolt


log4j.rootCategory=DEBUG, A1, A2
log4j.logger.org.apache.commons=WARN
log4j.logger.org.apache.commons.beanutils=WARN
log4j.logger.org.apache.struts=WARN


Unwantend messages like:

2002-12-10 17:22:20,851 DEBUG commons.digester.Digester     -
register('-//Apache Software Foundation//DTD Struts Configuration
1.0//EN',
'jar:file:/home/zk/CB/tomcat/cb/WEB-INF/lib/struts.jar!/org/apache/struts/resources/struts-config_1_0.dtd' [main]
2002-12-10 17:22:20,853 DEBUG commons.digester.Digester     -
register('-//Apache Software Foundation//DTD Struts Configuration
1.1//EN',
'jar:file:/home/zk/CB/tomcat/cb/WEB-INF/lib/struts.jar!/org/apache/struts/resources/struts-config_1_1.dtd' [main]
2002-12-10 17:22:20,854 DEBUG commons.digester.Digester     -
register('-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN',
'jar:file:/hom
-- 
Zsolt