This is an automated email from the ASF dual-hosted git repository.

slfan1989 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c15fd3b2c037 YARN-11599. Incorrect log4j properties file in SLS sample 
conf (#6220) Contributed by Junfan Zhang.
c15fd3b2c037 is described below

commit c15fd3b2c0375ae9865210fae7eab480ef3d4fcc
Author: Junfan Zhang <zus...@apache.org>
AuthorDate: Sun Nov 5 13:57:48 2023 +0800

    YARN-11599. Incorrect log4j properties file in SLS sample conf (#6220) 
Contributed by Junfan Zhang.
    
    Reviewed-by: Shilun Fan <slfan1...@apache.org>
    Signed-off-by: Shilun Fan <slfan1...@apache.org>
---
 hadoop-tools/hadoop-sls/src/main/sample-conf/log4j.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-tools/hadoop-sls/src/main/sample-conf/log4j.properties 
b/hadoop-tools/hadoop-sls/src/main/sample-conf/log4j.properties
index cfd405b16e7c..b2a63bc0a963 100644
--- a/hadoop-tools/hadoop-sls/src/main/sample-conf/log4j.properties
+++ b/hadoop-tools/hadoop-sls/src/main/sample-conf/log4j.properties
@@ -16,4 +16,4 @@ log4j.appender.test.Target=System.out
 log4j.appender.test.layout=org.apache.log4j.PatternLayout
 log4j.appender.test.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1}:%L - %m%n
 
-log4j.logger=NONE, test
+log4j.rootLogger=WARN, test


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to