From 5c11a8343a3b6ea7bf1fb27a932986b114dc5c74 Mon Sep 17 00:00:00 2001 From: Huamin Chen Date: Mon, 18 Jun 2018 13:14:48 -0400 Subject: [PATCH] use default bool for enable-var-log-collection Signed-off-by: Huamin Chen --- config/config-observability.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/config-observability.yaml b/config/config-observability.yaml index d3f88dd9d3f4..036f675b2ea9 100644 --- a/config/config-observability.yaml +++ b/config/config-observability.yaml @@ -22,8 +22,9 @@ data: # Static parameters: - # A fluentd sidecar will be set up to collect var log if this flag is true. - logging.enable-var-log-collection: "true" + # enable-var-log-collection defaults to false. A fluentd sidecar + # will be set up to collect var log if this flag is true. + logging.enable-var-log-collection: "false" # The fluentd sidecar image used to collect logs from /var/log as a sidecar. # Must be presented if logging.enable-var-log-collection is true.