Dominik Psenner created LOG4NET-422:
---------------------------------------

             Summary: RollingFileAppender: support rolling conditions like 
"roll if day modulo X == Y"
                 Key: LOG4NET-422
                 URL: https://issues.apache.org/jira/browse/LOG4NET-422
             Project: Log4net
          Issue Type: New Feature
          Components: Appenders
            Reporter: Dominik Psenner
            Priority: Minor


The reimplementation of the RFA could implement this feature that we just 
received on the users list saying:

I need to keep 3 days of logging information from my application, which runs
once per day.  For example, if I start with 3 days worth of logging
information retained:
CustomerDataTransfer.2014-02-15.txt
CustomerDataTransfer.2014-02-14.txt
CustomerDataTransfer.2014-02-13.txt

When I run the application on Feb 17, I'd like to have these 3 files
retained
CustomerDataTransfer.2014-02-17.txt
CustomerDataTransfer.2014-02-15.txt
CustomerDataTransfer.2014-02-14.txt



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to