Author: snagel
Date: Thu Jul 25 21:14:45 2013
New Revision: 1507130
URL: http://svn.apache.org/r1507130
Log:
NUTCH-1587 misspelled property "threshold" in conf/log4j.properties
Modified:
nutch/trunk/CHANGES.txt
nutch/trunk/conf/log4j.properties
Modified: nutch/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/nutch/trunk/CHANGES.txt?rev=1507130&r1=1507129&r2=1507130&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Thu Jul 25 21:14:45 2013
@@ -2,6 +2,8 @@ Nutch Change Log
Nutch Development Trunk
+* NUTCH-1587 misspelled property "threshold" in conf/log4j.properties (snagel)
+
* NUTCH-1604 ProtocolFactory not thread-safe (jnioche)
* NUTCH-1595 Upgrade to Tika 1.4 (jnioche, markus)
Modified: nutch/trunk/conf/log4j.properties
URL:
http://svn.apache.org/viewvc/nutch/trunk/conf/log4j.properties?rev=1507130&r1=1507129&r2=1507130&view=diff
==============================================================================
--- nutch/trunk/conf/log4j.properties (original)
+++ nutch/trunk/conf/log4j.properties Thu Jul 25 21:14:45 2013
@@ -6,7 +6,7 @@ hadoop.log.file=hadoop.log
log4j.rootLogger=INFO,DRFA
# Logging Threshold
-log4j.threshhold=ALL
+log4j.threshold=ALL
#special logging requirements for some commandline tools
log4j.logger.org.apache.nutch.crawl.Crawl=INFO,cmdstdout