
Support for crolonog type rolling --------------------------------- Key: LBCORE-111 URL: http://jira.qos.ch/browse/LBCORE-111 Project: logback-core Issue Type: Improvement Components: Appender Reporter: Ceki Gulcu Assignee: Ceki Gulcu Add support for cronolog type logging file separation. For example: TransferLog "|/usr/sbin/cronolog /web/logs/%Y/%m/%d/access.log" ErrorLog "|/usr/sbin/cronolog /web/logs/%Y/%m/%d/errors.log" This allows each log file to be separated by year, month, etc. See http://cronolog.org/features.html for details. Interestingly enough, TimeBasedRollingPolicy already supports this feature. It's just not tested nor documented. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira