Hi, this is a question about nutch but i think it applies to hadoop too...
I'm trying to set the logging level to DEBUG but i can't make it work. I changed these lines in log4j.properties: log4j.logger.org.apache.nutch=DEBUG log4j.logger.org.apache.hadoop=DEBUG i also tried to set the individual tools: ... log4j.logger.org.apache.nutch.fetcher.Fetcher=DEBUG,cmdstdout log4j.logger.org.apache.nutch.parse.ParseSegment=DEBUG,cmdstdout log4j.logger.org.apache.nutch.crawl.CrawlDbReader=DEBUG,cmdstdout ... but it has no effect. I know it's using the right conf folder because the other parameters in the other files are used and set properly (e.g. those from nutch-site.xml) i can't set the path of the log files either... I tried to change it in hadoop-env.sh and log4j.properties and once again with no success... any idea someone? i'm using nutch 0.9 thx, seb
