git-hulk commented on code in PR #3117:
URL: https://github.com/apache/kvrocks/pull/3117#discussion_r2283879601
##########
src/commands/cmd_replication.cc:
##########
@@ -368,6 +368,8 @@ class CommandWait : public Commander,
}
Status Execute([[maybe_unused]] engine::Context &ctx, Server *srv,
Connection *conn, std::string *output) override {
+ info("[connection] WAIT command executed: conn={}", conn->GetAddr());
Review Comment:
Can we change it to the debug level to avoid flooding the log file?
--
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]