[logback-dev] [JIRA] Created: (LBCORE-111) Support for crolonog type rolling

Ceki Gulcu (JIRA) noreply-jira at qos.ch
Wed Jul 22 22:48:10 CEST 2009


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

        


More information about the logback-dev mailing list