You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2018/08/28 03:48:04 UTC

[kylin] branch master updated: KYLIN-3503 fix missing java.util.logging.config.file when starting kylin instance

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

shaofengshi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master by this push:
     new d26d321  KYLIN-3503 fix missing java.util.logging.config.file when starting kylin instance
d26d321 is described below

commit d26d32189a1d3ed3a41867238004128dde03537e
Author: Zhong <nj...@apache.org>
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 \