Author: tejasp
Date: Sun Apr 28 23:35:58 2013
New Revision: 1476861

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

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=1476861&r1=1476860&r2=1476861&view=diff
==============================================================================
--- nutch/branches/2.x/CHANGES.txt (original)
+++ nutch/branches/2.x/CHANGES.txt Sun Apr 28 23:35:58 2013
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Release 2.2 - Current Development
 
+* NUTCH-346 Improve readability of logs/hadoop.log (Renaud Richardet via 
tejasp)
+
 * NUTCH-1501 Harmonize behavior of parsechecker and indexchecker (snagel + 
lewismc)
 
 * NUTCH-1551 Improve WebTableReader field order and display batchId (lewismc)

Modified: nutch/branches/2.x/conf/log4j.properties
URL: 
http://svn.apache.org/viewvc/nutch/branches/2.x/conf/log4j.properties?rev=1476861&r1=1476860&r2=1476861&view=diff
==============================================================================
--- nutch/branches/2.x/conf/log4j.properties (original)
+++ nutch/branches/2.x/conf/log4j.properties Sun Apr 28 23:35:58 2013
@@ -40,6 +40,7 @@ log4j.logger.org.apache.nutch.crawl.WebT
 log4j.logger.org.apache.nutch.host.HostDbReader=INFO,cmdstdout
 log4j.logger.org.apache.nutch.parse.ParserChecker=INFO,cmdstdout
 log4j.logger.org.apache.nutch.indexer.IndexingFiltersChecker=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