[incubator/zookeeper] Fixes setting "zookeeper.log.threshold" option (#17066)

Signed-off-by: Atanas Zhelev <azhelev+github@mailbox.org>
This commit is contained in:
azhelev
2019-09-11 05:53:23 -07:00
committed by Kubernetes Prow Robot
parent 321863832d
commit a62d32a56c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: zookeeper
home: https://zookeeper.apache.org/
version: 2.0.0
version: 2.0.1
appVersion: 3.5.5
description: Centralized service for maintaining configuration information, naming,
providing distributed synchronization, and providing group services.
@@ -88,7 +88,7 @@ data:
echo "zookeeper.root.logger=$ZK_LOG_LEVEL, CONSOLE" >> $LOG4J_PROPERTIES
echo "zookeeper.console.threshold=$ZK_LOG_LEVEL" >> $LOG4J_PROPERTIES
echo "zookeeper.log.threshold=$ZK_LOG_LEVEL" >> $LOGGER_PROPERS_FILE
echo "zookeeper.log.threshold=$ZK_LOG_LEVEL" >> $LOG4J_PROPERTIES
echo "zookeeper.log.dir=$ZK_DATA_LOG_DIR" >> $LOG4J_PROPERTIES
echo "zookeeper.log.file=zookeeper.log" >> $LOG4J_PROPERTIES
echo "zookeeper.log.maxfilesize=256MB" >> $LOG4J_PROPERTIES