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 2015/06/02 04:47:50 UTC

incubator-kylin git commit: raise log level of dbunit to error, reduce over verbose test log

Repository: incubator-kylin
Updated Branches:
  refs/heads/0.8.0 ad27ae28f -> 15fd9af54


raise log level of dbunit to error, reduce over verbose test log


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

Branch: refs/heads/0.8.0
Commit: 15fd9af54e917a1c2e52c23444cd71ddd7548d62
Parents: ad27ae2
Author: Li, Yang <ya...@ebay.com>
Authored: Tue Jun 2 10:47:02 2015 +0800
Committer: Li, Yang <ya...@ebay.com>
Committed: Tue Jun 2 10:47:38 2015 +0800

----------------------------------------------------------------------
 common/src/main/resources/log4j.properties | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/15fd9af5/common/src/main/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/common/src/main/resources/log4j.properties b/common/src/main/resources/log4j.properties
index bfd65cf..65f2f68 100644
--- a/common/src/main/resources/log4j.properties
+++ b/common/src/main/resources/log4j.properties
@@ -7,3 +7,4 @@ log4j.appender.stdout.layout.ConversionPattern=L4J [%d{HH:mm:ss,SSS}][%t][%p][%C
 
 #log4j.logger.org.apache.hadoop=ERROR
 log4j.logger.org.apache.kylin=DEBUG
+log4j.logger.org.dbunit.database=ERROR