ZOOKEEPER-4190: Allow log file name to be changed
At the moment the name of the log file is hardcoded and cannot be changed.
With this update, if the variable ZOO_LOG_FILE is present in zookeeper-env.sh, the name of the file can be changed.
Author: tritrimax <tritri24@gmail.com>
Reviewers: Michael Han <hanm@apache.org>, Enrico Olivelli <eolivelli@apache.org>, tison <wander4096@gmail.com>, maoling <maoling199210191@sina.com>
Closes #1439 from tritrimax/patch-1