Fix typos in running zookeeper article
parent
cd69b5b1e3
commit
17daf981f7
|
@ -580,7 +580,7 @@ env:
|
|||
key: purge.interval
|
||||
```
|
||||
|
||||
The entry point of the container invokes a bash script, `zkConfig.sh`, prior to
|
||||
The entry point of the container invokes a bash script, `zkGenConfig.sh`, prior to
|
||||
launching the ZooKeeper server process. This bash script generates the
|
||||
ZooKeeper configuration files from the supplied environment variables.
|
||||
|
||||
|
@ -653,7 +653,7 @@ ZK_LOG_DIR=/var/log/zookeeper
|
|||
|
||||
### Configuring Logging
|
||||
|
||||
One of the files generated by the `zkConfigGen.sh` script controls ZooKeeper's logging.
|
||||
One of the files generated by the `zkGenConfig.sh` script controls ZooKeeper's logging.
|
||||
ZooKeeper uses [Log4j](http://logging.apache.org/log4j/2.x/), and, by default,
|
||||
it uses a time and size based rolling file appender for its logging configuration.
|
||||
Get the logging configuration from one of Pods in the `zk` StatefulSet.
|
||||
|
|
Loading…
Reference in New Issue