summaryrefslogtreecommitdiffstats
path: root/playbooks/libvirt/openshift-cluster/config.yml
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2015-07-29 16:46:00 -0400
committerScott Dodson <sdodson@redhat.com>2015-07-29 16:46:00 -0400
commit7aeadcf61aef6256962a4859f4753b69c8fccc0f (patch)
tree936967c6ece8671240dbadc3277b219d40397bfa /playbooks/libvirt/openshift-cluster/config.yml
parent1c1e57e6d24a7430651caa87c52b9b22ea96132d (diff)
downloadopenshift-7aeadcf61aef6256962a4859f4753b69c8fccc0f.tar.gz
openshift-7aeadcf61aef6256962a4859f4753b69c8fccc0f.tar.bz2
openshift-7aeadcf61aef6256962a4859f4753b69c8fccc0f.tar.xz
openshift-7aeadcf61aef6256962a4859f4753b69c8fccc0f.zip
Set loglevel=2 as our default across the board
Diffstat (limited to 'playbooks/libvirt/openshift-cluster/config.yml')
-rw-r--r--playbooks/libvirt/openshift-cluster/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/libvirt/openshift-cluster/config.yml b/playbooks/libvirt/openshift-cluster/config.yml
index 98fe11251..c208eee81 100644
--- a/playbooks/libvirt/openshift-cluster/config.yml
+++ b/playbooks/libvirt/openshift-cluster/config.yml
@@ -20,5 +20,5 @@
g_ssh_user: "{{ hostvars.localhost.g_ssh_user_tmp }}"
g_sudo: "{{ hostvars.localhost.g_sudo_tmp }}"
openshift_cluster_id: "{{ cluster_id }}"
- openshift_debug_level: 4
+ openshift_debug_level: 2
openshift_deployment_type: "{{ deployment_type }}"