You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2016/06/01 07:06:31 UTC

kylin git commit: KYLIN-1751 Fix default log path

Repository: kylin
Updated Branches:
  refs/heads/master 03d7ca555 -> 5ab419449


KYLIN-1751 Fix default log path


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/5ab41944
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/5ab41944
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/5ab41944

Branch: refs/heads/master
Commit: 5ab4194493a547e79acba210342477d55c9539eb
Parents: 03d7ca5
Author: lidongsjtu <li...@apache.org>
Authored: Wed Jun 1 15:06:49 2016 +0800
Committer: lidongsjtu <li...@apache.org>
Committed: Wed Jun 1 15:06:49 2016 +0800

----------------------------------------------------------------------
 build/conf/kylin-server-log4j.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/5ab41944/build/conf/kylin-server-log4j.properties
----------------------------------------------------------------------
diff --git a/build/conf/kylin-server-log4j.properties b/build/conf/kylin-server-log4j.properties
index 2163fd0..5dab102 100644
--- a/build/conf/kylin-server-log4j.properties
+++ b/build/conf/kylin-server-log4j.properties
@@ -19,7 +19,7 @@
 #define appenders
 log4j.appender.file=org.apache.log4j.DailyRollingFileAppender
 log4j.appender.file.layout=org.apache.log4j.PatternLayout
-log4j.appender.file.File=logs/kylin.log
+log4j.appender.file.File=${catalina.home}/../logs/kylin.log
 log4j.appender.file.layout.ConversionPattern=%d{ISO8601} %-5p [%t] %c{2}:%L : %m%n
 log4j.appender.file.Append=true