I found that the logs infos from the Nutch classes, seems to go into hadoop-nutch-tasktracker-nodename.log. It looks like hadoop wrap the nutch logs, the output is like this: 2007-05-10 10:36:33,142 INFO mapred.TaskRunner - task_0005_m_000000_0 fetching http://apache.org/
But I still have at max only the INFO level, even adding some rules like this in the log4j.properties log4j.logger.org.apache.hadoop.mapred.TaskRunner=DEBUG cybercouf wrote: > > 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#a10410535 Sent from the Nutch - User mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
