Author: snagel
Date: Thu Jul 25 21:15:02 2013
New Revision: 1507131
URL: http://svn.apache.org/r1507131
Log:
NUTCH-1587 misspelled property "threshold" in conf/log4j.properties
Modified:
nutch/branches/2.x/CHANGES.txt
nutch/branches/2.x/conf/log4j.properties
Modified: nutch/branches/2.x/CHANGES.txt
URL:
http://svn.apache.org/viewvc/nutch/branches/2.x/CHANGES.txt?rev=1507131&r1=1507130&r2=1507131&view=diff
==============================================================================
--- nutch/branches/2.x/CHANGES.txt (original)
+++ nutch/branches/2.x/CHANGES.txt Thu Jul 25 21:15:02 2013
@@ -2,6 +2,8 @@ Nutch Change Log
Current Development
+* 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/branches/2.x/conf/log4j.properties
URL:
http://svn.apache.org/viewvc/nutch/branches/2.x/conf/log4j.properties?rev=1507131&r1=1507130&r2=1507131&view=diff
==============================================================================
--- nutch/branches/2.x/conf/log4j.properties (original)
+++ nutch/branches/2.x/conf/log4j.properties Thu Jul 25 21:15:02 2013
@@ -21,7 +21,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