Add freegenerator, domainstat and crawldbscanner to log4j
---------------------------------------------------------
Key: NUTCH-1229
URL: https://issues.apache.org/jira/browse/NUTCH-1229
Project: Nutch
Issue Type: Task
Reporter: Markus Jelsma
Assignee: Markus Jelsma
Priority: Trivial
Fix For: 1.5
These are missing in our log4j.properties:
{code}
Index: conf/log4j.properties
===================================================================
--- conf/log4j.properties (revision 1221184)
+++ conf/log4j.properties (working copy)
@@ -32,6 +32,9 @@
log4j.logger.org.apache.nutch.scoring.webgraph.ScoreUpdater=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.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=INFO
log4j.logger.org.apache.hadoop=WARN
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira