Author: tejasp
Date: Sun Apr 28 23:32:59 2013
New Revision: 1476859

URL: http://svn.apache.org/r1476859
Log:
NUTCH-346 Improve readability of logs/hadoop.log

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=1476859&r1=1476858&r2=1476859&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Sun Apr 28 23:32:59 2013
@@ -2,6 +2,8 @@ Nutch Change Log
 
 (trunk): Current Development
 
+* NUTCH-346 Improve readability of logs/hadoop.log (Renaud Richardet via 
tejasp)
+
 * NUTCH-829 duplicate hadoop temp files (Mike Baranczak, lewismc, tejasp)
 
 * NUTCH-1501 Harmonize behavior of parsechecker and indexchecker (snagel + 
lewismc)

Modified: nutch/trunk/conf/log4j.properties
URL: 
http://svn.apache.org/viewvc/nutch/trunk/conf/log4j.properties?rev=1476859&r1=1476858&r2=1476859&view=diff
==============================================================================
--- nutch/trunk/conf/log4j.properties (original)
+++ nutch/trunk/conf/log4j.properties Sun Apr 28 23:32:59 2013
@@ -35,6 +35,7 @@ log4j.logger.org.apache.nutch.indexer.In
 log4j.logger.org.apache.nutch.tools.FreeGenerator=INFO,cmdstdout
 log4j.logger.org.apache.nutch.util.domain.DomainStatistics=INFO,cmdstdout
 log4j.logger.org.apache.nutch.tools.CrawlDBScanner=INFO,cmdstdout
+log4j.logger.org.apache.nutch.plugin.PluginRepository=WARN
 
 log4j.logger.org.apache.nutch=INFO
 log4j.logger.org.apache.hadoop=WARN


Reply via email to