summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/templates
diff options
context:
space:
mode:
authorJustin Cook <jhcook@gmail.com>2016-10-11 09:55:39 +0100
committerJustin Cook <jhcook@gmail.com>2016-10-11 09:55:39 +0100
commit69c6b0f3fc9d1908c35a661afcb2689fbf28207e (patch)
tree4f76e8df894c5df332c81b4bb156b11f8bcb4545 /roles/openshift_master/templates
parente5f2d1d43bc12b9bee353dab6a74ae7b79ec2de0 (diff)
downloadopenshift-69c6b0f3fc9d1908c35a661afcb2689fbf28207e.tar.gz
openshift-69c6b0f3fc9d1908c35a661afcb2689fbf28207e.tar.bz2
openshift-69c6b0f3fc9d1908c35a661afcb2689fbf28207e.tar.xz
openshift-69c6b0f3fc9d1908c35a661afcb2689fbf28207e.zip
set defaults for debug_level in template and task
Diffstat (limited to 'roles/openshift_master/templates')
-rw-r--r--roles/openshift_master/templates/atomic-openshift-master.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_master/templates/atomic-openshift-master.j2 b/roles/openshift_master/templates/atomic-openshift-master.j2
index 10eaeb401..26f0240ec 100644
--- a/roles/openshift_master/templates/atomic-openshift-master.j2
+++ b/roles/openshift_master/templates/atomic-openshift-master.j2
@@ -1,4 +1,4 @@
-OPTIONS=--loglevel={{ openshift.master.debug_level }}
+OPTIONS=--loglevel={{ openshift.master.debug_level | default(2) }}
CONFIG_FILE={{ openshift_master_config_file }}
{% if openshift.common.is_containerized | bool %}
IMAGE_VERSION={{ openshift_image_tag }}