lewismc opened a new pull request #692: URL: https://github.com/apache/nutch/pull/692
PR for https://issues.apache.org/jira/browse/NUTCH-2885 ready for review. I feel that this simplifies the logging configuration with precise XML syntax... ultimately less code which I feel is readable. The configuration uses a RollingFileAppender with the cron triggering policy configured to trigger every day at midnight. Archives are stored in a directory based on the current year and month. All files under the base directory that match the `*/nutch-*.log.gz` glob and are 60 days old or older are deleted at rollover time. Additionally, we retain the ConsoleAppender configuration so everything is also written to STDOUT. I was motivated to work on this issue because I am performing a trade study which is evaluating [logz.io](https://logz.io/). Specifically, this will allow configuring nutch to use the [logzio-log4j2-appender](https://github.com/logzio/logzio-log4j2-appender). Comments welcome. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]

