git-hulk commented on code in PR #2783:
URL: https://github.com/apache/kvrocks/pull/2783#discussion_r1949067988
##########
src/cli/main.cc:
##########
@@ -109,7 +109,6 @@ static void InitGoogleLog(const Config *config) {
} else {
FLAGS_log_dir = config->log_dir + "/";
if (config->log_retention_days != -1) {
- google::EnableLogCleaner(std::chrono::hours(24) *
config->log_retention_days);
Review Comment:
Yes, I forget to revert this change. This line throws an error on my macOS
when building. I workaround this by remove it temporially.
--
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]