You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jd...@apache.org on 2011/05/19 23:06:32 UTC

svn commit: r1125103 - /hbase/branches/0.90/conf/log4j.properties

Author: jdcryans
Date: Thu May 19 21:06:32 2011
New Revision: 1125103

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

Modified:
    hbase/branches/0.90/conf/log4j.properties

Modified: hbase/branches/0.90/conf/log4j.properties
URL: http://svn.apache.org/viewvc/hbase/branches/0.90/conf/log4j.properties?rev=1125103&r1=1125102&r2=1125103&view=diff
==============================================================================
--- hbase/branches/0.90/conf/log4j.properties (original)
+++ hbase/branches/0.90/conf/log4j.properties Thu May 19 21:06:32 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