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


##########
src/cluster/replication.cc:
##########
@@ -203,7 +203,7 @@ void 
ReplicationThread::CallbacksStateMachine::SetWriteCB(bufferevent *bev, buff
 void ReplicationThread::CallbacksStateMachine::ReadWriteCB(bufferevent *bev) {
 LOOP_LABEL:
   assert(handler_idx_ <= handlers_.size());
-  DLOG(INFO) << "[replication] Execute handler[" << 
getHandlerName(handler_idx_) << "]";
+  info("[replication] Execute handler[{}]", getHandlerName(handler_idx_));

Review Comment:
   ```suggestion
     debug("[replication] Execute handler[{}]", getHandlerName(handler_idx_));
   ```



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