You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@apache.org on 2011/01/18 05:14:23 UTC

svn commit: r1060185 - /geronimo/server/branches/3.0-M2/framework/configs/karaf-framework/src/main/distribution/instance/var/log/server-log4j.properties

Author: genspring
Date: Tue Jan 18 04:14:23 2011
New Revision: 1060185

URL: http://svn.apache.org/viewvc?rev=1060185&view=rev
Log:
To eliminate some annoying useless warning meesages during server startup.

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

Modified: geronimo/server/branches/3.0-M2/framework/configs/karaf-framework/src/main/distribution/instance/var/log/server-log4j.properties
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M2/framework/configs/karaf-framework/src/main/distribution/instance/var/log/server-log4j.properties?rev=1060185&r1=1060184&r2=1060185&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M2/framework/configs/karaf-framework/src/main/distribution/instance/var/log/server-log4j.properties (original)
+++ geronimo/server/branches/3.0-M2/framework/configs/karaf-framework/src/main/distribution/instance/var/log/server-log4j.properties Tue Jan 18 04:14:23 2011
@@ -55,6 +55,9 @@ log4j.appender.FILE.maxFileSize=10MB
 #log4j.logger.org.apache.geronimo.connector.outbound=TRACE
 log4j.logger.org.apache.geronimo.system.logging.log4j.Log4jService=INFO
 
+
+log4j.logger.org.apache.geronimo.system.properties.SystemProperties=ERROR
+
 #### Eliminate any INFO level output during normal operation -- except the really relevant stuff ####
 #    We can change the Geronimo code to avoid this, but we have to just adjust the log levels for
 #    any third-party libraries.
@@ -68,6 +71,7 @@ log4j.logger.org.apache.activemq.broker.
 # Don't need so much info on every web page that's rendered
 log4j.logger.org.mortbay=INFO
 log4j.logger.org.apache.pluto=INFO
+log4j.logger.org.apache.pluto.container.util.StringManager=ERROR
 log4j.logger.org.apache.jasper=INFO
 
 # Various Jetty startup/shutdown output
@@ -125,6 +129,7 @@ log4j.logger.org.apache.pluto.portalImpl
 log4j.logger.uk.ltd.getahead.dwr.impl.DefaultConfiguration=WARN
 log4j.logger.uk.ltd.getahead.dwr.impl.ExecuteQuery=WARN
 log4j.logger.uk.ltd.getahead.dwr.util.Logger=WARN
+log4j.logger.org.directwebremoting.impl.DTDEntityResolver=ERROR
 
 # Aries Blueprint - hide "waiting for namespace handler" warnings
 log4j.logger.org.apache.aries.blueprint.container.BlueprintContainerImpl=ERROR