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:
parent
bfd8e33a38
commit
658b73d931
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user