From 2363a17caaa929fe025f222ce93c7a6a273ca07b Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Wed, 28 May 2014 23:40:48 -0500 Subject: [PATCH] Bump log level to info Signed-off-by: Zack Cerza --- teuthology/worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/worker.py b/teuthology/worker.py index 8746170f81fc9..220706749234b 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) -- 2.39.5