From: Kyr Shatskyy Date: Mon, 15 Oct 2018 22:24:12 +0000 (+0200) Subject: Increase log level to 'info' of run config X-Git-Tag: 1.1.0~300^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1223%2Fhead;p=teuthology.git 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 --- 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()))