svn commit: r1507130 - in /nutch/trunk: CHANGES.txt conf/log4j.properties

2013-07-25 Thread snagel
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=1507130r1=1507129r2=1507130view=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=1507130r1=1507129r2=1507130view=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




svn commit: r1507131 - in /nutch/branches/2.x: CHANGES.txt conf/log4j.properties

2013-07-25 Thread snagel
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=1507131r1=1507130r2=1507131view=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=1507131r1=1507130r2=1507131view=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