From 8d117bb228c8a79f4c67375a1f990239fa718cd3 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Wed, 2 Jan 2019 13:17:52 -0700 Subject: [PATCH] Run log collection with debug Up the debug on log collection to help troubleshoot 1810054 Change-Id: I0c51d0fd07283b8aa1a21e05611398a0911cef91 Related-Bug: #1810054 --- playbooks/tripleo-ci/templates/toci_quickstart.sh.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/tripleo-ci/templates/toci_quickstart.sh.j2 b/playbooks/tripleo-ci/templates/toci_quickstart.sh.j2 index 6852f9153..729b259d0 100755 --- a/playbooks/tripleo-ci/templates/toci_quickstart.sh.j2 +++ b/playbooks/tripleo-ci/templates/toci_quickstart.sh.j2 @@ -47,7 +47,7 @@ export QUICKSTART_DEFAULT_RELEASE_ARG="--extra-vars @$LOCAL_WORKING_DIR/config/r QUICKSTART_COLLECTLOGS_CMD="$LOCAL_WORKING_DIR/bin/ansible-playbook \ $LOCAL_WORKING_DIR/playbooks/collect-logs.yml \ - -vv \ + -vvvv \ $QUICKSTART_DEFAULT_RELEASE_ARG \ {{ featureset_conf }} \ {{ env_vars }} \