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/17 03:16:03 UTC

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

Author: genspring
Date: Mon Jan 17 02:16:03 2011
New Revision: 1059724

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

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=1059724&r1=1059723&r2=1059724&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 Jan 17 02:16:03 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



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

Posted by Rick McGuire <ri...@gmail.com>.
Should this change be merged back into the M2 branch?

Rick

On 1/16/2011 9:16 PM, genspring@apache.org wrote:
> Author: genspring
> Date: Mon Jan 17 02:16:03 2011
> New Revision: 1059724
>
> URL: http://svn.apache.org/viewvc?rev=1059724&view=rev
> Log:
> To eliminate some annoying useless warning meesages during server startup.
>
> 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=1059724&r1=1059723&r2=1059724&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 Jan 17 02:16:03 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
>
>
>