HADOOP-11922. Misspelling of threshold in log4j.properties for tests in hadoop-tools (Contributed by Gabor Liptak)
This commit is contained in:
parent
a521b50955
commit
f33efbc827
|
@ -623,6 +623,9 @@ Release 2.8.0 - UNRELEASED
|
||||||
|
|
||||||
HADOOP-11936. Dockerfile references a removed image (aw)
|
HADOOP-11936. Dockerfile references a removed image (aw)
|
||||||
|
|
||||||
|
HADOOP-11922. Misspelling of threshold in log4j.properties for tests
|
||||||
|
in hadoop-tools (Gabor Liptak via vinayakumarb)
|
||||||
|
|
||||||
Release 2.7.1 - UNRELEASED
|
Release 2.7.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -12,7 +12,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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue