This is an automated email from the ASF dual-hosted git repository. xxyu pushed a commit to branch kylin-on-parquet-v2 in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/kylin-on-parquet-v2 by this push: new b08c1be KYLIN-4859 Log4J reinitialized/reconfigured by Spark Logging (#1537) b08c1be is described below commit b08c1be22eb51796fb58c3694e86e60f948337f6 Author: zhengshengjun <74281684+zhengsheng...@users.noreply.github.com> AuthorDate: Wed Jan 6 09:52:17 2021 +0800 KYLIN-4859 Log4J reinitialized/reconfigured by Spark Logging (#1537) --- build/conf/kylin-server-log4j.properties | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/build/conf/kylin-server-log4j.properties b/build/conf/kylin-server-log4j.properties index 33df731..cf8f211 100644 --- a/build/conf/kylin-server-log4j.properties +++ b/build/conf/kylin-server-log4j.properties @@ -26,8 +26,9 @@ log4j.appender.file.MaxFileSize=268435456 log4j.appender.file.MaxBackupIndex=10 #overall config -log4j.rootLogger=INFO -log4j.logger.org.apache.kylin=DEBUG,file -log4j.logger.org.springframework=WARN,file -log4j.logger.org.springframework.security=INFO,file -log4j.logger.org.apache.kylin.spark.classloader=INFO,file \ No newline at end of file +log4j.rootLogger=INFO, file +log4j.logger.org.apache.kylin=DEBUG +log4j.logger.org.springframework=WARN +log4j.logger.org.springframework.security=INFO +log4j.logger.org.apache.kylin.spark.classloader=INFO +log4j.logger.org.apache.spark=INFO \ No newline at end of file