Skip to content

Commit c15fd3b

Browse files
authored
YARN-11599. Incorrect log4j properties file in SLS sample conf (#6220) Contributed by Junfan Zhang.
Reviewed-by: Shilun Fan <[email protected]> Signed-off-by: Shilun Fan <[email protected]>
1 parent a79cd11 commit c15fd3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-tools/hadoop-sls/src/main/sample-conf/log4j.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ log4j.appender.test.Target=System.out
1616
log4j.appender.test.layout=org.apache.log4j.PatternLayout
1717
log4j.appender.test.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1}:%L - %m%n
1818

19-
log4j.logger=NONE, test
19+
log4j.rootLogger=WARN, test

0 commit comments

Comments
 (0)