make sure your new classes are in the classpath.
btw, you can print out the log line number (layout.ConversionPattern= %l
) in order to help you to diagnose where is the problem.
Joseph M. wrote:
I am making some modifications in protocol-http. I have inserted
LOG.warn() messages but they do not appear in the output. I tried
converting this line:
log4j.logger.org.apache.nutch.fetcher.Fetcher=INFO,cmdstdout
to
log4j.logger.org.apache.nutch.fetcher.Fetcher=WARN,cmdstdout
But it did not work. I would be very grateful for any help.