diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-08-17 10:53:30 -0400 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-08-17 10:53:30 -0400 |
commit | f96e82f627b63bf0449eecdd21f85a29ad4210e8 (patch) | |
tree | b11322657e5bc77a615e7d29a8b464c995c2f04b /playbooks/aws/openshift-cluster | |
parent | 08668227fee0f69a2a24430e196a0179511ae5a1 (diff) | |
parent | 7aeadcf61aef6256962a4859f4753b69c8fccc0f (diff) | |
download | openshift-f96e82f627b63bf0449eecdd21f85a29ad4210e8.tar.gz openshift-f96e82f627b63bf0449eecdd21f85a29ad4210e8.tar.bz2 openshift-f96e82f627b63bf0449eecdd21f85a29ad4210e8.tar.xz openshift-f96e82f627b63bf0449eecdd21f85a29ad4210e8.zip |
Merge pull request #405 from sdodson/loglevel2
Set loglevel=2 as our default across the board
Diffstat (limited to 'playbooks/aws/openshift-cluster')
-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 }}" |