From 62440980357a75252cb79b280fca49860d07df0a Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Tue, 16 Oct 2018 00:24:12 +0200 Subject: [PATCH] Increase log level to 'info' of run config Make run config visible in the logs even if -v option is not passed. Signed-off-by: Kyr Shatskyy --- teuthology/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/run.py b/teuthology/run.py index ccdce96b7..78c0e0361 100644 --- a/teuthology/run.py +++ b/teuthology/run.py @@ -332,7 +332,7 @@ def main(args): assert lock, \ 'the --block option is only supported with the --lock option' - log.debug( + log.info( '\n '.join(['Config:', ] + yaml.safe_dump( config, default_flow_style=False).splitlines())) -- 2.47.3