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 2017/06/05 05:23:17 UTC

[29/67] [abbrv] kylin git commit: minor, unify log4j conversion patterns

minor, unify log4j conversion patterns


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

Branch: refs/heads/master
Commit: 8edff35a2229d2541c1d7549bc00bd08e4a59205
Parents: 1958584
Author: lidongsjtu <li...@apache.org>
Authored: Sat May 27 11:22:40 2017 +0800
Committer: hongbin ma <ma...@kyligence.io>
Committed: Sat May 27 11:24:39 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/kylin/blob/8edff35a/build/conf/kylin-tools-log4j.properties
----------------------------------------------------------------------
diff --git a/build/conf/kylin-tools-log4j.properties b/build/conf/kylin-tools-log4j.properties
index d47f9a2..d4d32bf 100644
--- a/build/conf/kylin-tools-log4j.properties
+++ b/build/conf/kylin-tools-log4j.properties
@@ -30,7 +30,7 @@ log4j.rootLogger=INFO,stderr
 log4j.appender.stderr=org.apache.log4j.ConsoleAppender
 log4j.appender.stderr.Target=System.err
 log4j.appender.stderr.layout=org.apache.log4j.PatternLayout
-log4j.appender.stderr.layout.ConversionPattern=%d{ISO8601} %-5p [%t %c{1}:%L]: %m%n
+log4j.appender.stderr.layout.ConversionPattern=%d{ISO8601} %-5p [%t] %c{2}:%L : %m%n
 
 #log4j.logger.org.apache.hadoop=ERROR
 log4j.logger.org.apache.kylin=DEBUG