You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by mr...@apache.org on 2005/11/28 20:48:36 UTC

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

Author: mraible
Date: Mon Nov 28 11:48:33 2005
New Revision: 349482

URL: http://svn.apache.org/viewcvs?rev=349482&view=rev
Log:
Removed debug logging for rememberme

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=349482&r1=349481&r2=349482&view=diff
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/classes/log4j.properties (original)
+++ incubator/roller/trunk/web/WEB-INF/classes/log4j.properties Mon Nov 28 11:48:33 2005
@@ -16,7 +16,6 @@
 log4j.category.org.tuckey.web.filters.urlrewrite=DEBUG
 log4j.category.org.springframework=WARN
 log4j.category.net.sf.acegisecurity=WARN
-log4j.category.net.sf.acegisecurity.ui.rememberme=DEBUG
 
 # Tomcat's ClientAbortExceptions cause Velocity to talk way
 # too much so by default Velocity is set to STFU mode.