janhoy commented on code in PR #2076: URL: https://github.com/apache/zookeeper/pull/2076#discussion_r1353189186
########## 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'm aware of that, it was a hack since I could not find another var. However I'll try to initialize `zookeeper.version` statically instead. -- 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