hi, have a look at "conf/log4j.properties". Using this file you can change the logging level. example: "log4j.logger.org.apache.nutch.crawl.Crawl=INFO,cmdstdout" change to: "log4j.logger.org.apache.nutch.crawl.Crawl=TRACE,cmdstdout" will change the logging level to for the crawl-tool to "trace". Now you'll see messages logged with "LOG.trace()". "log4j.logger.org.apache.hadoop" controls the logging level for the hadoop filesystem. You may want to have a look at the log4j documentation: http://logging.apache.org - pick the 1.2 release.
good luck On 9/16/07, Alexis Votta <[EMAIL PROTECTED]> wrote: > > I want to see the trace messages logged with LOG.trace() methods. > > How can I configure Nutch to log the trace messages too? Any help would be > highly appreciated. >
