From 658b73d931dab96c94894f7b83cc7544bbd49e13 Mon Sep 17 00:00:00 2001 From: "Gael Chamoulaud (Strider)" Date: Tue, 11 May 2021 12:08:55 +0200 Subject: [PATCH] Elevate the verbosity level when running validation(s) This patch elevates the verbosity level from info to debug when running validations. To get the very same information, the user will have to run the validations with the -v and --debug optional arguments: `$ validation -v --debug run --validation check-ram,check-cpu` Change-Id: I4d7aa6a07b617ffd650395118a31a98709f72113 Signed-off-by: Gael Chamoulaud (Strider) --- validations_libs/ansible.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validations_libs/ansible.py b/validations_libs/ansible.py index ed223d73..de252051 100644 --- a/validations_libs/ansible.py +++ b/validations_libs/ansible.py @@ -376,7 +376,7 @@ class Ansible(object): constants.VALIDATION_ANSIBLE_ARTIFACT_PATH playbook = self._playbook_check(playbook, playbook_dir) - self.log.info( + self.log.debug( 'Running Ansible playbook: {},' ' Working directory: {},' ' Playbook directory: {}'.format(