using the "local" file system, I was able to have more details logs for the
Fetcher,  editing the log4j.properties file

log4j.logger.org.apache.nutch.fetcher.Fetcher=DEBUG,cmdstdout

But now using hadoop file system (and 2 nodes), in my hadoop.log file i have
only the "INFO" level for all the nutch classes. I tried to put
log4j.rootLogger=ALL,DRFA, and log4j.logger.org.apache.nutch=ALL but still
only the INFO level in the log file. (but for the classes used by hadoop the
log level is working).

Where I should configure the logs in order to have some debug about the
nutch classes (specially the fetcher) ?
-- 
View this message in context: 
http://www.nabble.com/can%27t-get-the-DEBUG-log-for-the-Fetcher-tf3710835.html#a10379625
Sent from the Nutch - User mailing list archive at Nabble.com.

Reply via email to