You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2013/04/26 08:27:17 UTC

svn commit: r1476063 - /struts/struts2/trunk/apps/showcase/src/main/resources/log4j.properties

Author: lukaszlenart
Date: Fri Apr 26 06:27:17 2013
New Revision: 1476063

URL: http://svn.apache.org/r1476063
Log:
Changes log levels to be more realistic

Modified:
    struts/struts2/trunk/apps/showcase/src/main/resources/log4j.properties

Modified: struts/struts2/trunk/apps/showcase/src/main/resources/log4j.properties
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/resources/log4j.properties?rev=1476063&r1=1476062&r2=1476063&view=diff
==============================================================================
--- struts/struts2/trunk/apps/showcase/src/main/resources/log4j.properties (original)
+++ struts/struts2/trunk/apps/showcase/src/main/resources/log4j.properties Fri Apr 26 06:27:17 2013
@@ -11,7 +11,7 @@
 
 
 # Set root logger level to WARN and append to stdout
-log4j.rootLogger=DEBUG, stdout
+log4j.rootLogger=INFO, stdout
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.Target=System.out
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
@@ -20,17 +20,14 @@ log4j.appender.stdout.layout=org.apache.
 log4j.appender.stdout.layout.ConversionPattern=%d %5p (%c:%L) - %m%n
 
 # Print only messages of level ERROR or above in the package noModule.
-log4j.logger.noModule=FATAL
+log4j.logger.noModule=INFO
 
 # OpenSymphony Stuff
 log4j.logger.freemarker=INFO
 log4j.logger.com.opensymphony=INFO
-log4j.logger.com.opensymphony.xwork2.ognl=ERROR
-log4j.logger.org.apache.struts2=WARN
-log4j.logger.org.apache.struts2.components=WARN
-log4j.logger.org.apache.struts2.dispatcher=WARN
-log4j.logger.org.apache.struts2.convention=INFO
+log4j.logger.com.opensymphony.xwork2.ognl=INFO
+log4j.logger.org.apache.struts2=INFO
 
 # Spring Stuff
-log4j.logger.org.springframework=WARN
+log4j.logger.org.springframework=INFO