Author: snagel
Date: Thu Nov 21 22:04:13 2013
New Revision: 1544341
URL: http://svn.apache.org/r1544341
Log:
NUTCH-1587 misspelled property "threshold" in log4j.properties
Modified:
nutch/branches/2.x/src/test/log4j.properties
Modified: nutch/branches/2.x/src/test/log4j.properties
URL:
http://svn.apache.org/viewvc/nutch/branches/2.x/src/test/log4j.properties?rev=1544341&r1=1544340&r2=1544341&view=diff
==============================================================================
--- nutch/branches/2.x/src/test/log4j.properties (original)
+++ nutch/branches/2.x/src/test/log4j.properties Thu Nov 21 22:04:13 2013
@@ -1,7 +1,7 @@
# log4j configuration used during build and unit tests
log4j.rootLogger=info,stdout
-log4j.threshhold=INFO
+log4j.threshold=INFO
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} %-5p %c{2}
(%F:%M(%L)) - %m%n