summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-04-17 09:44:59 -0500
committerGitHub <noreply@github.com>2017-04-17 09:44:59 -0500
commit893044d72185743afee18c61aa532dc4a94e5861 (patch)
tree4341f704bdfdcc2dad9bdaf86d432b37ea35f42a /roles
parent90f6a70bc7cdc128e0fb5809bb8ddeb37a0f8b89 (diff)
parent669c3c656d4783e07ebd3f7fa4cf6853449ff305 (diff)
downloadopenshift-893044d72185743afee18c61aa532dc4a94e5861.tar.gz
openshift-893044d72185743afee18c61aa532dc4a94e5861.tar.bz2
openshift-893044d72185743afee18c61aa532dc4a94e5861.tar.xz
openshift-893044d72185743afee18c61aa532dc4a94e5861.zip
Merge pull request #3920 from stevekuznetsov/skuznets/etcd-debug
Merged by openshift-bot
Diffstat (limited to 'roles')
-rw-r--r--roles/etcd/templates/etcd.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/etcd/templates/etcd.conf.j2 b/roles/etcd/templates/etcd.conf.j2
index 9151dd0bd..1b5598f46 100644
--- a/roles/etcd/templates/etcd.conf.j2
+++ b/roles/etcd/templates/etcd.conf.j2
@@ -62,7 +62,7 @@ ETCD_PEER_KEY_FILE={{ etcd_peer_key_file }}
{% endif -%}
#[logging]
-ETCD_DEBUG="{{ etcd_debug | default(false) | string }}"
+ETCD_DEBUG="{{ etcd_debug | default(false) | bool | string }}"
{% if etcd_log_package_levels is defined %}
ETCD_LOG_PACKAGE_LEVELS="{{ etcd_log_package_levels }}"
{% endif %}