Author: jdcryans
Date: Thu May 19 21:05:13 2011
New Revision: 1125102

URL: http://svn.apache.org/viewvc?rev=1125102&view=rev
Log:
Fixing log4j.threshhold, Gaojinchao saw it.

Modified:
    hbase/trunk/conf/log4j.properties

Modified: hbase/trunk/conf/log4j.properties
URL: 
http://svn.apache.org/viewvc/hbase/trunk/conf/log4j.properties?rev=1125102&r1=1125101&r2=1125102&view=diff
==============================================================================
--- hbase/trunk/conf/log4j.properties (original)
+++ hbase/trunk/conf/log4j.properties Thu May 19 21:05:13 2011
@@ -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


Reply via email to