Author: snagel
Date: Mon May 18 21:39:23 2015
New Revision: 1680110

URL: http://svn.apache.org/r1680110
Log:
NUTCH-2013 Fetcher: missing logs "fetching ..." on stdout

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=1680110&r1=1680109&r2=1680110&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Mon May 18 21:39:23 2015
@@ -2,6 +2,8 @@ Nutch Change Log
   
 Nutch Current Development 1.11-SNAPSHOT
 
+* NUTCH-2013 Fetcher: missing logs "fetching ..." on stdout (snagel)
+
 * NUTCH-2014 Fetcher hang-up on completion (snagel)
 
 * NUTCH-2011 Endpoint to support realtime JSON output from the fetcher (Sujen 
Shah via mattmann)

Modified: nutch/trunk/conf/log4j.properties
URL: 
http://svn.apache.org/viewvc/nutch/trunk/conf/log4j.properties?rev=1680110&r1=1680109&r2=1680110&view=diff
==============================================================================
--- nutch/trunk/conf/log4j.properties (original)
+++ nutch/trunk/conf/log4j.properties Mon May 18 21:39:23 2015
@@ -28,6 +28,11 @@ log4j.logger.org.apache.nutch.crawl.Craw
 log4j.logger.org.apache.nutch.crawl.Injector=INFO,cmdstdout
 log4j.logger.org.apache.nutch.crawl.Generator=INFO,cmdstdout
 log4j.logger.org.apache.nutch.fetcher.Fetcher=INFO,cmdstdout
+log4j.logger.org.apache.nutch.fetcher.FetcherThread=INFO,cmdstdout
+log4j.logger.org.apache.nutch.fetcher.FetcherItem=INFO,cmdstdout
+log4j.logger.org.apache.nutch.fetcher.FetcherItemQueue=INFO,cmdstdout
+log4j.logger.org.apache.nutch.fetcher.FetcherItemQueues=INFO,cmdstdout
+log4j.logger.org.apache.nutch.fetcher.QueueFeeder=INFO,cmdstdout
 log4j.logger.org.apache.nutch.parse.ParseSegment=INFO,cmdstdout
 log4j.logger.org.apache.nutch.crawl.CrawlDbReader=INFO,cmdstdout
 log4j.logger.org.apache.nutch.crawl.CrawlDbMerger=INFO,cmdstdout


Reply via email to