eolivelli commented on code in PR #2076: URL: https://github.com/apache/zookeeper/pull/2076#discussion_r1353102854
########## bin/zkServer.sh: ########## @@ -151,6 +151,8 @@ fi ZOO_LOG_FILE=${ZOO_LOG_FILE:-zookeeper-$USER-server-$HOSTNAME.log} _ZOO_DAEMON_OUT="$ZOO_LOG_DIR/zookeeper-$USER-server-$HOSTNAME.out" +ZOO_LOG_FORMAT=${ZOO_LOG_FORMAT:-pattern} +ZOO_VERSION=$($JAVA -cp "$CLASSPATH" org.apache.zookeeper.version.VersionInfoShortMain) Review Comment: I don't think that this is a good idea, why do you need it ? you are bootstrapping a JVM here -- 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: notifications-unsubscr...@zookeeper.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org