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/24 18:23:32 UTC

git commit: HBASE-12285 Builds are failing, possibly because of SUREFIRE-1091 -- trying WARN level to see if it makes any difference

Repository: hbase
Updated Branches:
  refs/heads/branch [created] 26136bc40


HBASE-12285 Builds are failing, possibly because of SUREFIRE-1091 -- trying WARN level to see if it makes any difference


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

Branch: refs/heads/branch
Commit: 26136bc408e21864991b2e0257fae679651bd9d2
Parents: 2916d4f
Author: stack <st...@apache.org>
Authored: Fri Oct 24 09:23:24 2014 -0700
Committer: stack <st...@apache.org>
Committed: Fri Oct 24 09:23:24 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/26136bc4/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 cbfb541..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=INFO
+log4j.logger.org.apache.hadoop.hbase=WARN
 
 #These two settings are workarounds against spurious logs from the minicluster.
 #See HBASE-4709