You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2010/04/20 17:36:21 UTC

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

Author: gawor
Date: Tue Apr 20 15:36:20 2010
New Revision: 935960

URL: http://svn.apache.org/viewvc?rev=935960&view=rev
Log:
GERONIMO-5211: Temporarily hide "waiting for namespace handler" warnings from the Aries Blueprint container

Modified:
    geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/instance/var/log/client-log4j.properties
    geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/instance/var/log/deployer-log4j.properties
    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/client-log4j.properties
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/instance/var/log/client-log4j.properties?rev=935960&r1=935959&r2=935960&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/instance/var/log/client-log4j.properties (original)
+++ geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/instance/var/log/client-log4j.properties Tue Apr 20 15:36:20 2010
@@ -50,3 +50,5 @@ log4j.appender.FILE.maxFileSize=10MB
 #
 #log4j.logger.foo.bar=TRACE
 
+# Aries Blueprint - hide "waiting for namespace handler" warnings
+log4j.logger.org.apache.aries.blueprint.container.BlueprintContainerImpl=ERROR

Modified: geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/instance/var/log/deployer-log4j.properties
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/instance/var/log/deployer-log4j.properties?rev=935960&r1=935959&r2=935960&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/instance/var/log/deployer-log4j.properties (original)
+++ geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/instance/var/log/deployer-log4j.properties Tue Apr 20 15:36:20 2010
@@ -66,3 +66,6 @@ log4j.logger.javax.management.MBeanServe
 # Prints the RMI connection URL
 log4j.logger.javax.management.remote.rmi.RMIConnectorServer=WARN
 log4j.logger.javax.management.remote.JMXServiceURL=WARN
+
+# Aries Blueprint - hide "waiting for namespace handler" warnings
+log4j.logger.org.apache.aries.blueprint.container.BlueprintContainerImpl=ERROR

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=935960&r1=935959&r2=935960&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 Tue Apr 20 15:36:20 2010
@@ -125,6 +125,9 @@ log4j.logger.uk.ltd.getahead.dwr.impl.De
 log4j.logger.uk.ltd.getahead.dwr.impl.ExecuteQuery=WARN
 log4j.logger.uk.ltd.getahead.dwr.util.Logger=WARN
 
+# Aries Blueprint - hide "waiting for namespace handler" warnings
+log4j.logger.org.apache.aries.blueprint.container.BlueprintContainerImpl=ERROR
+
 # Example: enable Axis debug log output
 #log4j.logger.org.apache.axis.enterprise=DEBUG
 #log4j.logger.org.apache.axis.TIME=DEBUG