Github user anmolnar commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/561#discussion_r200985573
--- Diff: src/java/main/org/apache/zookeeper/server/ZooKeeperServer.java ---
@@ -754,7 +754,7 @@ public void finishSessionInit(ServerCnxn cnxn, boolean
valid) {
cnxn.sendBuffer(bb);
if (valid) {
- LOG.info("Established session 0x"
+ LOG.debug("Established session 0x"
--- End diff --
I'd leave this one as INFO too.---
