Author: eevans
Date: Mon Oct 18 15:57:07 2010
New Revision: 1023873
URL: http://svn.apache.org/viewvc?rev=1023873&view=rev
Log:
actual working log4j rotation
Patch by eevans
Modified:
cassandra/trunk/conf/log4j-server.properties
Modified: cassandra/trunk/conf/log4j-server.properties
URL:
http://svn.apache.org/viewvc/cassandra/trunk/conf/log4j-server.properties?rev=1023873&r1=1023872&r2=1023873&view=diff
==============================================================================
--- cassandra/trunk/conf/log4j-server.properties (original)
+++ cassandra/trunk/conf/log4j-server.properties Mon Oct 18 15:57:07 2010
@@ -27,8 +27,8 @@ log4j.appender.stdout.layout.ConversionP
# rolling log file
log4j.appender.R=org.apache.log4j.RollingFileAppender
-log4j.appender.file.maxFileSize=20MB
-log4j.appender.file.maxBackupIndex=50
+log4j.appender.R.maxFileSize=20MB
+log4j.appender.R.maxBackupIndex=50
log4j.appender.R.layout=org.apache.log4j.PatternLayout
log4j.appender.R.layout.ConversionPattern=%5p [%t] %d{ISO8601} %F (line %L)
%m%n
# Edit the next line to point to your logs directory