You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2005/12/09 23:15:12 UTC

svn commit: r355616 - /incubator/roller/trunk/web/WEB-INF/classes/log4j.properties

Author: agilliland
Date: Fri Dec  9 14:15:09 2005
New Revision: 355616

URL: http://svn.apache.org/viewcvs?rev=355616&view=rev
Log:
setting Acegi log level to ERROR by default.  even at WARN level Acegi will log a couple messages for each login attempt which floods the log files with unnecessary messages.


Modified:
    incubator/roller/trunk/web/WEB-INF/classes/log4j.properties

Modified: incubator/roller/trunk/web/WEB-INF/classes/log4j.properties
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/WEB-INF/classes/log4j.properties?rev=355616&r1=355615&r2=355616&view=diff
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/classes/log4j.properties (original)
+++ incubator/roller/trunk/web/WEB-INF/classes/log4j.properties Fri Dec  9 14:15:09 2005
@@ -15,7 +15,7 @@
 log4j.category.org.apache.struts=ERROR
 log4j.category.org.tuckey.web.filters.urlrewrite=DEBUG
 log4j.category.org.springframework=WARN
-log4j.category.net.sf.acegisecurity=WARN
+log4j.category.net.sf.acegisecurity=ERROR
 
 # Tomcat's ClientAbortExceptions cause Velocity to talk way
 # too much so by default Velocity is set to STFU mode.