From b7b4b56ff4376fc8d3420a1d4516ec84edfe7ecd Mon Sep 17 00:00:00 2001 From: Jean-Daniel Cryans Date: Thu, 19 May 2011 21:05:13 +0000 Subject: [PATCH] Fixing log4j.threshhold, Gaojinchao saw it. git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1125102 13f79535-47bb-0310-9956-ffa450edef68 --- conf/log4j.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/log4j.properties b/conf/log4j.properties index 10873e36b61..7274279491d 100644 --- a/conf/log4j.properties +++ b/conf/log4j.properties @@ -7,7 +7,7 @@ hbase.log.file=hbase.log log4j.rootLogger=${hbase.root.logger} # Logging Threshold -log4j.threshhold=ALL +log4j.threshold=ALL # # Daily Rolling File Appender