HDFS-6408. Remove redundant definitions in log4j.properties. Contributed by Abhiraj Butala.

This commit is contained in:
Akira Ajisaka 2015-03-30 11:25:35 +09:00
parent 257c77f895
commit 232eca944a
2 changed files with 3 additions and 5 deletions

View File

@ -350,6 +350,9 @@ Release 2.8.0 - UNRELEASED
HDFS-6263. Remove DRFA.MaxBackupIndex config from log4j.properties.
(Abhiraj Butala via aajisaka)
HDFS-6408. Remove redundant definitions in log4j.properties.
(Abhiraj Butala via aajisaka)
OPTIMIZATIONS
BUG FIXES

View File

@ -53,8 +53,3 @@ log4j.appender.ROLLINGFILE.layout.ConversionPattern=%d{ISO8601} - %-5p - [%t:%C{
# Max log file size of 10MB
log4j.appender.ROLLINGFILE.MaxFileSize=10MB
log4j.appender.ROLLINGFILE.layout=org.apache.log4j.PatternLayout
log4j.appender.ROLLINGFILE.layout.ConversionPattern=%d{ISO8601} - %-5p [%t:%C{1}@%L] - %m%n