You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2014/10/27 04:49:14 UTC

git commit: HBASE-12285 Builds are failing, possibly because of SUREFIRE-1091 -- Setting log level back to DEBUG TO WARN -- second time

Repository: hbase
Updated Branches:
  refs/heads/branch-1 65c60ce87 -> 862faca7a


HBASE-12285 Builds are failing, possibly because of SUREFIRE-1091 -- Setting log level back to DEBUG TO WARN -- second time


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/862faca7
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/862faca7
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/862faca7

Branch: refs/heads/branch-1
Commit: 862faca7a4f82e032572f8426851968cf7ba017c
Parents: 65c60ce
Author: stack <st...@apache.org>
Authored: Sun Oct 26 20:49:03 2014 -0700
Committer: stack <st...@apache.org>
Committed: Sun Oct 26 20:49:03 2014 -0700

----------------------------------------------------------------------
 hbase-server/src/test/resources/log4j.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/862faca7/hbase-server/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/hbase-server/src/test/resources/log4j.properties b/hbase-server/src/test/resources/log4j.properties
index 6ee91ef..b615128 100644
--- a/hbase-server/src/test/resources/log4j.properties
+++ b/hbase-server/src/test/resources/log4j.properties
@@ -56,7 +56,7 @@ log4j.appender.console.layout.ConversionPattern=%d{ISO8601} %-5p [%t] %C{2}(%L):
 
 log4j.logger.org.apache.hadoop=WARN
 log4j.logger.org.apache.zookeeper=ERROR
-log4j.logger.org.apache.hadoop.hbase=DEBUG
+log4j.logger.org.apache.hadoop.hbase=WARN
 
 #These two settings are workarounds against spurious logs from the minicluster.
 #See HBASE-4709