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) <gchamoul@redhat.com>
This commit is contained in:
Gael Chamoulaud (Strider) 2021-05-11 12:08:55 +02:00 committed by Gael Chamoulaud
parent bfd8e33a38
commit 658b73d931
1 changed files with 1 additions and 1 deletions

View File

@ -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(