Github user hanm commented on a diff in the pull request:

    https://github.com/apache/zookeeper/pull/561#discussion_r200802655
  
    --- 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 --
    
    This sounds pretty useful INFO level log. If we turn it into DEBUG level, 
are there any other equivalent INFO level logging where we can derive the 
session establishment details? If not, probably better to leave this as INFO?


---

Reply via email to