mirror of https://github.com/apache/cassandra
actual working log4j rotation
Patch by eevans git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.6@1023875 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a62c64130a
commit
522746c2fb
|
|
@ -27,8 +27,8 @@ log4j.appender.stdout.layout.ConversionPattern=%5p %d{HH:mm:ss,SSS} %m%n
|
|||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue