You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2010/05/03 17:13:37 UTC

svn commit: r940481 - /geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/instance/var/log/server-log4j.properties

Author: xuhaihong
Date: Mon May  3 15:13:36 2010
New Revision: 940481

URL: http://svn.apache.org/viewvc?rev=940481&view=rev
Log:
Prevent Tomcat printing the warning message of spec schema files not found in the spec jars

Modified:
    geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/instance/var/log/server-log4j.properties

Modified: geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/instance/var/log/server-log4j.properties
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/instance/var/log/server-log4j.properties?rev=940481&r1=940480&r2=940481&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/instance/var/log/server-log4j.properties (original)
+++ geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/instance/var/log/server-log4j.properties Mon May  3 15:13:36 2010
@@ -94,6 +94,7 @@ log4j.logger.org.apache.coyote.http11.Ht
 log4j.logger.org.apache.catalina.core.ContainerBase=WARN
 log4j.logger.org.apache.catalina.core.StandardContext=WARN
 log4j.logger.org.apache.tomcat.util.net.SSLImplementation=WARN
+log4j.logger.org.apache.catalina.startup.DigesterFactory=ERROR
 
 # myfaces startup output
 log4j.logger.org.apache.myfaces.renderkit.html.HtmlRenderKitImpl=WARN