GitHub user violetagg opened a pull request:

    https://github.com/apache/tomcat/pull/60

    Introduce new logging configuration per handler - maxDays.

    This configuration gives the possibility to specify the maximum days
    that the log files will be kept on the file system.
    This can be applied on a handler level.
    If the specified value is <= 0 then the log files will be kept forever,
    otherwise they will be kept the specified maximum days and after that they 
will be deleted.
    The default value is 90 days.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/violetagg/tomcat delete-old-log-files

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tomcat/pull/60.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #60
    
----
commit 3bcaa4b162a9af789c133372b26d114f2c0efca0
Author: Violeta Georgieva <vgeorgi...@pivotal.io>
Date:   2017-06-06T10:44:34Z

    Introduce new logging configuration per handler - maxDays.
    
    This configuration gives the possibility to specify the maximum days
    that the log files will be kept on the file system.
    This can be applied on a handler level.
    If the specified value is <= 0 then the log files will be kept forever,
    otherwise they will be kept the specified maximum days and after that they 
will be deleted.
    The default value is 90 days.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to