HDFS-6263. Remove DRFA.MaxBackupIndex config from log4j.properties. Contributed by Abhiraj Butala.
This commit is contained in:
parent
3d9132d434
commit
257c77f895
|
@ -347,6 +347,9 @@ Release 2.8.0 - UNRELEASED
|
|||
HDFS-8004. Use KeyProviderCryptoExtension#warmUpEncryptedKeys when creating
|
||||
an encryption zone. (awang via asuresh)
|
||||
|
||||
HDFS-6263. Remove DRFA.MaxBackupIndex config from log4j.properties.
|
||||
(Abhiraj Butala via aajisaka)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
BUG FIXES
|
||||
|
|
|
@ -53,8 +53,6 @@ log4j.appender.ROLLINGFILE.layout.ConversionPattern=%d{ISO8601} - %-5p - [%t:%C{
|
|||
|
||||
# Max log file size of 10MB
|
||||
log4j.appender.ROLLINGFILE.MaxFileSize=10MB
|
||||
# uncomment the next line to limit number of backup files
|
||||
#log4j.appender.ROLLINGFILE.MaxBackupIndex=10
|
||||
|
||||
log4j.appender.ROLLINGFILE.layout=org.apache.log4j.PatternLayout
|
||||
log4j.appender.ROLLINGFILE.layout.ConversionPattern=%d{ISO8601} - %-5p [%t:%C{1}@%L] - %m%n
|
||||
|
|
Loading…
Reference in New Issue