You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Swathi Mocharla (JIRA)" <ji...@apache.org> on 2018/07/31 12:11:00 UTC

[jira] [Updated] (KAFKA-7220) Kafka could use RollingFileAppender instead of DailyRollingFileAppender

     [ https://issues.apache.org/jira/browse/KAFKA-7220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Swathi Mocharla updated KAFKA-7220:
-----------------------------------
    Description: 
We have huge broker logs that are getting generated that currently only roll over to create a new log each day. An automatic mechanism of deletion of old logs will be helpful, which is already provided by the RollingFileAppender.

DailyRollingFileAppender doesn't support MaxBackupIndex, and only RollingFileAppender supports it.

  was:
We have huge logs that are getting generated that currently only roll over to create a new log each day. An automatic mechanism of deletion of old logs will be helpful, which is already provided by the RollingFileAppender.

DailyRollingFileAppender doesn't support MaxBackupIndex, and only RollingFileAppender supports it.


> Kafka could use RollingFileAppender instead of DailyRollingFileAppender
> -----------------------------------------------------------------------
>
>                 Key: KAFKA-7220
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7220
>             Project: Kafka
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.1.0
>            Reporter: Swathi Mocharla
>            Priority: Minor
>
> We have huge broker logs that are getting generated that currently only roll over to create a new log each day. An automatic mechanism of deletion of old logs will be helpful, which is already provided by the RollingFileAppender.
> DailyRollingFileAppender doesn't support MaxBackupIndex, and only RollingFileAppender supports it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)