IoCing opened a new issue, #1204: URL: https://github.com/apache/incubator-kvrocks/issues/1204
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation At present, we can enable logclean by configuring log-retention-days. but we can't disable logclean except reboot with set log-retention-days to -1 ### Solution we can add a new command to disable logclean by calling `google::DisableLogCleaner()`. we also can add more options to dynamically configure log-retention-day. ### Are you willing to submit a PR? - [X] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
