Author: snagel
Date: Thu Nov 21 22:03:18 2013
New Revision: 1544340
URL: http://svn.apache.org/r1544340
Log:
NUTCH-1587 misspelled property "threshold" in log4j.properties
Modified:
nutch/trunk/src/test/log4j.properties
Modified: nutch/trunk/src/test/log4j.properties
URL:
http://svn.apache.org/viewvc/nutch/trunk/src/test/log4j.properties?rev=1544340&r1=1544339&r2=1544340&view=diff
==============================================================================
--- nutch/trunk/src/test/log4j.properties (original)
+++ nutch/trunk/src/test/log4j.properties Thu Nov 21 22:03:18 2013
@@ -1,7 +1,7 @@
# log4j configuration used during build and unit tests
log4j.rootLogger=info,stdout
-log4j.threshhold=ALL
+log4j.threshold=ALL
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