[
https://issues.apache.org/jira/browse/APEXCORE-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15689980#comment-15689980
]
ASF GitHub Bot commented on APEXCORE-563:
-----------------------------------------
GitHub user DT-Priyanka opened a pull request:
https://github.com/apache/apex-core/pull/421
APEXCORE-563: Adding APEXRFA appender to roll log files without renam…
…ing them, also adding log file name and offset in events
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/DT-Priyanka/incubator-apex-core
APEXCORE-563-log-appender
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/apex-core/pull/421.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 #421
----
commit f6039b232df9aa6c463871c109b93a87147e268a
Author: Priyanka Gugale <[email protected]>
Date: 2016-11-23T08:43:12Z
APEXCORE-563: Adding APEXRFA appender to roll log files without renaming
them, also adding log file name and offset in events
----
> 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
> Assignee: Priyanka Gugale
>
> 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)