Swathi Mocharla created KAFKA-7220: -------------------------------------- Summary: 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
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. -- This message was sent by Atlassian JIRA (v7.6.3#76005)