Author: mrdon
Date: Sun Feb 4 22:28:06 2007
New Revision: 503563
URL: http://svn.apache.org/viewvc?view=rev&rev=503563
Log:
Changed logging level from DEBUG to INFO for Struts 2 packages
WW-1685
Modified:
struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/resources/log4j.properties
Modified:
struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/resources/log4j.properties
URL:
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/resources/log4j.properties?view=diff&rev=503563&r1=503562&r2=503563
==============================================================================
---
struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/resources/log4j.properties
(original)
+++
struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/resources/log4j.properties
Sun Feb 4 22:28:06 2007
@@ -2,9 +2,8 @@
log4j.rootLogger = DEBUG, stdout
-log4j.category.com.opensymphony.webwork=DEBUG
log4j.category.com.opensymphony.sitemesh=DEBUG
-log4j.category.org.apache.struts2=DEBUG
+log4j.category.org.apache.struts2=INFO
log4j.category.org.apache=INFO
log4j.category.catalia=INFO