From: Sage Weil Date: Fri, 26 Feb 2021 23:27:03 +0000 (-0600) Subject: asdf X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fheads%2Ffix-logger;p=teuthology.git asdf --- diff --git a/teuthology/orchestra/run.py b/teuthology/orchestra/run.py index 7647e04b3..7d7ad2d03 100644 --- a/teuthology/orchestra/run.py +++ b/teuthology/orchestra/run.py @@ -298,6 +298,7 @@ def copy_to_log(f, logger, loglevel=logging.INFO, capture=None, quiet=False): for s in segments: logger.log(loglevel, partial + s) partial = '' + partial += next_partial except (UnicodeDecodeError, UnicodeEncodeError): logger.exception("Encountered unprintable line in command output")