[
https://issues.apache.org/jira/browse/KUDU-2754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16805152#comment-16805152
]
Grant Henke commented on KUDU-2754:
-----------------------------------
It looks like this feature already exists, but configuring the maximum number
is "experimental". This jira can just track changing `max_log_files` to stable.
https://github.com/apache/kudu/blob/master/src/kudu/util/logging.cc#L69
> Keep a maximum number of old log files
> --------------------------------------
>
> Key: KUDU-2754
> URL: https://issues.apache.org/jira/browse/KUDU-2754
> Project: Kudu
> Issue Type: Improvement
> Reporter: Grant Henke
> Priority: Major
>
> Kudu generates various different log files
> (INFO,WARNING,ERROR,diagnostic,minidumps,etc). To prevent issues running out
> of logging space, it would be nice if a user could configure the maximum
> number of each log file type to keep.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)