This is an automated email from the ASF dual-hosted git repository.
shaofengshi pushed a commit to branch 2.4.x
in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/2.4.x by this push:
new 9eec8c9 KYLIN-3503 fix missing java.util.logging.config.file when
starting kylin instance
9eec8c9 is described below
commit 9eec8c9a3d33254bc20ea5de69078bc324c1c13c
Author: Zhong <[email protected]>
AuthorDate: Mon Aug 20 16:00:13 2018 +0800
KYLIN-3503 fix missing java.util.logging.config.file when starting kylin
instance
---
build/bin/kylin.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/build/bin/kylin.sh b/build/bin/kylin.sh
index bf1c862..b65cb95 100755
--- a/build/bin/kylin.sh
+++ b/build/bin/kylin.sh
@@ -106,6 +106,7 @@ then
# KYLIN_EXTRA_START_OPTS is for customized settings, checkout bin/setenv.sh
hbase ${KYLIN_EXTRA_START_OPTS} \
+ -Djava.util.logging.config.file=${tomcat_root}/conf/logging.properties \
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager \
-Dlog4j.configuration=file:${KYLIN_HOME}/conf/kylin-server-log4j.properties \
-Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true \