From d664126604561c6cce3f2cba651c888c556952f7 Mon Sep 17 00:00:00 2001 From: Zhong Date: Mon, 20 Aug 2018 16:00:13 +0800 Subject: [PATCH] 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 \ -- 2.5.4 (Apple Git-61)