Bryan,
Some recent changes in the logging code changed the default logging
behavior;
nutch doesn't output anything to the console. (It supposedly sends the
logging
output to a file described as ${nutch.log.dir}/${nutch.log.file} but I
don't know
what the default values of these variables.)You can change conf/log4j.propertiies to change the logging behavior of the "nutch" command line. (There is another logging properties for search GUI.) I changed conf/log4j.properties like outlined below, to enable full debug logging. (Only changed lines are shown). #log4j.rootLogger=INFO,DRFA log4j.rootLogger=DEBUG, stdout #log4j.logger.org.apache.nutch=INFO #log4j.logger.org.apache.hadoop=WARN I hope this helps. -kuro > From: Bryan Woliner [mailto:[EMAIL PROTECTED] > Sent: 2006-6-15 18:21 > $ bin/nutch crawl test -dir crawl3 -depth 2 -topN 50 > > It seemed like everything worked correctly (although unlike nutch 0.7.1, no > ouput was generated) _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
