mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/zookeeper] Fixes setting "zookeeper.log.threshold" option (#17066)
Signed-off-by: Atanas Zhelev <azhelev+github@mailbox.org>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
321863832d
commit
a62d32a56c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user