HDFS-8325. Misspelling of threshold in log4j.properties for tests. Contributed by Brahma Reddy Battula.

This commit is contained in:
Akira Ajisaka 2015-05-07 15:14:20 +09:00
parent 918af8efff
commit 449e4426a5
2 changed files with 4 additions and 1 deletions

View File

@ -642,6 +642,9 @@ Release 2.8.0 - UNRELEASED
required, based on configured failed volumes tolerated. required, based on configured failed volumes tolerated.
(Lei (Eddy) Xu via cnauroth) (Lei (Eddy) Xu via cnauroth)
HDFS-8325. Misspelling of threshold in log4j.properties for tests.
(Brahma Reddy Battula via aajisaka)
Release 2.7.1 - UNRELEASED Release 2.7.1 - UNRELEASED
INCOMPATIBLE CHANGES INCOMPATIBLE CHANGES

View File

@ -17,7 +17,7 @@
# log4j configuration used during build and unit tests # log4j configuration used during build and unit tests
log4j.rootLogger=info,stdout log4j.rootLogger=info,stdout
log4j.threshhold=ALL log4j.threshold=ALL
log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} %-5p %c{2} (%F:%M(%L)) - %m%n log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} %-5p %c{2} (%F:%M(%L)) - %m%n