Skip to content

Commit

Permalink
[incubator/zookeeper] Fixes setting "zookeeper.log.threshold" option (h…
Browse files Browse the repository at this point in the history
…elm#17066)

Signed-off-by: Atanas Zhelev <azhelev+github@mailbox.org>
Signed-off-by: Marius Voila <myself@mariusv.com>
  • Loading branch information
azhelev authored and mariusv committed Sep 16, 2019
1 parent 66e3821 commit a613600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion incubator/zookeeper/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion incubator/zookeeper/templates/config-script.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a613600

Please sign in to comment.