diff options
author | Scott Dodson <sdodson@redhat.com> | 2015-07-29 16:46:00 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2015-07-29 16:46:00 -0400 |
commit | 7aeadcf61aef6256962a4859f4753b69c8fccc0f (patch) | |
tree | 936967c6ece8671240dbadc3277b219d40397bfa /playbooks/aws/openshift-cluster/config.yml | |
parent | 1c1e57e6d24a7430651caa87c52b9b22ea96132d (diff) | |
download | openshift-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/aws/openshift-cluster/config.yml')
-rw-r--r-- | playbooks/aws/openshift-cluster/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/aws/openshift-cluster/config.yml b/playbooks/aws/openshift-cluster/config.yml index 8106d5da9..a8e3e27bb 100644 --- a/playbooks/aws/openshift-cluster/config.yml +++ b/playbooks/aws/openshift-cluster/config.yml @@ -17,7 +17,7 @@ g_sudo: "{{ hostvars.localhost.g_sudo_tmp }}" g_nodeonmaster: true openshift_cluster_id: "{{ cluster_id }}" - openshift_debug_level: 4 + openshift_debug_level: 2 openshift_deployment_type: "{{ deployment_type }}" openshift_hostname: "{{ ec2_private_ip_address }}" openshift_public_hostname: "{{ ec2_ip_address }}" |