Author: ate
Date: Tue Feb 20 17:22:28 2007
New Revision: 509858

URL: http://svn.apache.org/viewvc?view=rev&rev=509858
Log:
JS2-462: Need to clean up Velocity logs, too many warnings and some errors even
Pushing down Velocity logging level to ERROR as it generates too many 
meaningless WARNING messages
This completes JS2-462 fixing for now

Modified:
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/Log4j.properties

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/Log4j.properties
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/Log4j.properties?view=diff&rev=509858&r1=509857&r2=509858
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/Log4j.properties (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/Log4j.properties Tue Feb 
20 17:22:28 2007
@@ -43,7 +43,7 @@
 #
 # Velocity Logfile
 #
-log4j.category.velocity = INFO, velocity
+log4j.category.velocity = ERROR, velocity
 log4j.additivity.velocity = false
 
 #



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to