Abhiraj Butala created HDFS-6408: ------------------------------------ Summary: Redundant definitions in log4j.properties Key: HDFS-6408 URL: https://issues.apache.org/jira/browse/HDFS-6408 Project: Hadoop HDFS Issue Type: Test Reporter: Abhiraj Butala Priority: Minor
Following definitions in 'hadoop-hdfs/src/contrib/bkjournal/src/test/resources/log4j.properties' are defined twice and should be removed: {code} log4j.appender.ROLLINGFILE.layout=org.apache.log4j.PatternLayout log4j.appender.ROLLINGFILE.layout.ConversionPattern=%d{ISO8601} - %-5p [%t:%C{1}@%L] - %m%n {code} -- This message was sent by Atlassian JIRA (v6.2#6252)