From: Zack Cerza Date: Thu, 29 May 2014 04:40:48 +0000 (-0500) Subject: Bump log level to info X-Git-Tag: 1.1.0~1429 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2363a17caaa929fe025f222ce93c7a6a273ca07b;p=teuthology.git Bump log level to info Signed-off-by: Zack Cerza --- diff --git a/teuthology/worker.py b/teuthology/worker.py index 8746170f..22070674 100644 --- a/teuthology/worker.py +++ b/teuthology/worker.py @@ -232,7 +232,7 @@ def main(ctx): ] result_pid = subprocess.Popen(args=args, preexec_fn=os.setpgrp,).pid - log.debug("teuthology-results PID: %s", result_pid) + log.info("teuthology-results PID: %s", result_pid) else: log.info('Creating archive dir %s', archive_path_full) safepath.makedirs(ctx.archive_dir, safe_archive)