You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "Sanjay M Pujare (JIRA)" <ji...@apache.org> on 2016/10/20 17:19:58 UTC

[jira] [Created] (APEXCORE-563) Have a pointer to container log file name and offset in stram events that deliver a container or operator failure event.

Sanjay M Pujare created APEXCORE-563:
----------------------------------------

             Summary: Have a pointer to container log file name and offset in stram events that deliver a container or operator failure event.
                 Key: APEXCORE-563
                 URL: https://issues.apache.org/jira/browse/APEXCORE-563
             Project: Apache Apex Core
          Issue Type: Bug
            Reporter: Sanjay M Pujare


The default DailyRollingFileAppender does not take into account of how many backup files to keep and it will result in unbounded growth of log files, especially for long running applications.
The below is an interesting add-on to the default DailyRollingFileAppender that supports maxBackupIndex.
http://wiki.apache.org/logging-log4j/DailyRollingFileAppender



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)