]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Increase log level to 'info' of run config 1223/head
authorKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Mon, 15 Oct 2018 22:24:12 +0000 (00:24 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Mon, 15 Oct 2018 22:24:12 +0000 (00:24 +0200)
Make run config visible in the logs even if -v option is not passed.

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@gmail.com>
teuthology/run.py

index ccdce96b785a1e879023a13a8cfc8ca8d75ec6fb..78c0e03612746ba45e7012bfb6fe2519e4022585 100644 (file)
@@ -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()))