PragmaTwice commented on code in PR #2909:
URL: https://github.com/apache/kvrocks/pull/2909#discussion_r2076690002


##########
src/storage/compaction_checker.cc:
##########
@@ -133,11 +131,11 @@ void CompactionChecker::PickCompactionFilesForCf(const 
engine::ColumnFamilyConfi
     }
   }
   if (best_delete_ratio > 0.1 && !best_start_key.empty() && 
!best_stop_key.empty()) {
-    LOG(INFO) << "[compaction checker] Going to compact the key in file: " << 
best_filename
-              << ", delete ratio: " << best_delete_ratio;
+    info("[compaction checker] Going to compact the key in file: {}, delete 
ration: {}", best_filename,

Review Comment:
   ```suggestion
       info("[compaction checker] Going to compact the key in file: {}, delete 
ratio: {}", best_filename,
   ```



-- 
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]

Reply via email to