Set default log to non debug, currently debugging tests is very difficult

I really can't figure out where the test failed and what actions tobiko did
each test should be verbose enough so that new users will not spend more than 5 min
in tobiko logs , to figure out what broke

Change-Id: I3972b7b78f7c6154e03588413520363c03eb626c
This commit is contained in:
pinikomarov 2020-06-24 11:02:42 +03:00
parent c11f06b830
commit ef8453eddb
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ test_default_conf:
log_dir: "{{ test_log_file | dirname }}"
log_file: "{{ test_log_file | basename }}"
test_log_debug: true
test_log_debug: false
# OpenStack client credentials
stackrc_file: '{{ ansible_user_dir }}/overcloudrc'