Repository: nutch
Updated Branches:
  refs/heads/2.x 9e7c0e6fa -> 1fc254e5e


Inconsistent log level


Project: http://git-wip-us.apache.org/repos/asf/nutch/repo
Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/1fc254e5
Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/1fc254e5
Diff: http://git-wip-us.apache.org/repos/asf/nutch/diff/1fc254e5

Branch: refs/heads/2.x
Commit: 1fc254e5eb68f40f66911ba9854d20c0fea88fc9
Parents: 9e7c0e6
Author: Sebastian Nagel <[email protected]>
Authored: Fri Apr 29 18:46:04 2016 +0200
Committer: Sebastian Nagel <[email protected]>
Committed: Fri Apr 29 18:46:04 2016 +0200

----------------------------------------------------------------------
 CHANGES.txt                                           | 2 ++
 src/java/org/apache/nutch/fetcher/FetcherReducer.java | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nutch/blob/1fc254e5/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 0a20a98..b7f1345 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Nutch 2.4 Development
 
+ * NUTCH-2256 Inconsistent log level (songwanging via snagel)
+
  * NUTCH-961 GitHub-92 Add the boilerpipe parsing adapted from NUTCH-961 
(Jeremie Bourseaux <[email protected]> via mattmann)
 
  * GitHub-94 Fix the issue of the bad timestamp. (Jeremie Bourseaux 
<[email protected]> via mattmann)

http://git-wip-us.apache.org/repos/asf/nutch/blob/1fc254e5/src/java/org/apache/nutch/fetcher/FetcherReducer.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/nutch/fetcher/FetcherReducer.java 
b/src/java/org/apache/nutch/fetcher/FetcherReducer.java
index 00860b6..8ee7477 100644
--- a/src/java/org/apache/nutch/fetcher/FetcherReducer.java
+++ b/src/java/org/apache/nutch/fetcher/FetcherReducer.java
@@ -522,7 +522,7 @@ public class FetcherReducer extends
                     .getFetchItemQueue(fit.queueID);
                 fiq.crawlDelay = rules.getCrawlDelay();
                 if (LOG.isDebugEnabled()) {
-                  LOG.info("Crawl delay for queue: " + fit.queueID
+                  LOG.debug("Crawl delay for queue: " + fit.queueID
                       + " is set to " + fiq.crawlDelay
                       + " as per robots.txt. url: " + fit.url);
                 }

Reply via email to