Anton Potehin wrote:
Are there any ways to rotate these logs ?

One way would be to configure the JVM to use a rolling FileHandler:

file:///home/cutting/local/jdk1.5-docs/api/java/util/logging/FileHandler.html

This should be possible by setting HADOOP_OPTS (in conf/hadoop-env.sh) and NUTCH_OPTS to include something like:

 -Djava.util.logging.config.file=myfile

The default logging config file is in your JVM, at jre/lib/logging.properties.

I have not in fact tried this.  If you do, please tell how it works.

Doug

Reply via email to