StevenLuMT commented on code in PR #3393:
URL: https://github.com/apache/bookkeeper/pull/3393#discussion_r917359709
##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/zookeeper/ZooKeeperClient.java:
##########
@@ -317,6 +317,7 @@ protected ZooKeeperClient(String connectString,
@Override
public void close() throws InterruptedException {
+ logger.info("zooKeeper client start to close...");
Review Comment:
thanks, update log level from info to debug @eolivelli
--
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]