You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by ps...@apache.org on 2011/09/06 17:55:54 UTC

svn commit: r1165731 - /incubator/wookie/trunk/src/log4j.properties

Author: psharples
Date: Tue Sep  6 15:55:54 2011
New Revision: 1165731

URL: http://svn.apache.org/viewvc?rev=1165731&view=rev
Log:
Minor tweak for DWR logging, now is more generic and doesn't refer to individual classes/packages.

Modified:
    incubator/wookie/trunk/src/log4j.properties

Modified: incubator/wookie/trunk/src/log4j.properties
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/src/log4j.properties?rev=1165731&r1=1165730&r2=1165731&view=diff
==============================================================================
--- incubator/wookie/trunk/src/log4j.properties (original)
+++ incubator/wookie/trunk/src/log4j.properties Tue Sep  6 15:55:54 2011
@@ -11,7 +11,9 @@ log4j.rootLogger=warn, stdout
 
 ### log level for the this project - change this to "info" to kill the debug messages
 log4j.logger.org.apache.wookie=info
-log4j.logger.org.directwebremoting.impl.DefaultCreatorManager=info
+log4j.logger.org.directwebremoting=error, stdout
+#log4j.logger.org.directwebremoting.impl.DefaultCreatorManager=info, stdout
+#log4j.logger.org.directwebremoting.impl.DefaultPageNormalizer=info, stdout
 
 log4j.category.org.directwebremoting=warn
 log4j.additivity.org.directwebremoting=false