]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Bump log level to info
authorZack Cerza <zack@cerza.org>
Thu, 29 May 2014 04:40:48 +0000 (23:40 -0500)
committerZack Cerza <zack@cerza.org>
Thu, 29 May 2014 04:40:48 +0000 (23:40 -0500)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/worker.py

index 8746170f81fc98213b1746f4eac5631ce301550c..220706749234b24d823e724effa47be6c15caa7c 100644 (file)
@@ -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)