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

    https://github.com/apache/zookeeper/pull/567#discussion_r205526028
  
    --- Diff: 
src/java/main/org/apache/zookeeper/server/persistence/FileTxnLog.java ---
    @@ -127,14 +127,11 @@
     
             Long logSize = Long.getLong(LOG_SIZE_LIMIT, -1);
             if (logSize > 0) {
    +            LOG.info("{} = {}", LOG_SIZE_LIMIT, logSize);
    +
    --- End diff --
    
    {} value is {} Bytes


---

Reply via email to