From: Alexander Vasarab Date: Thu, 18 Feb 2021 17:46:21 +0000 (-0800) Subject: Clean up a long line X-Git-Tag: v3.2.3^2~1^2 X-Git-Url: https://wylark.com/src/infoex-autowx.git/commitdiff_plain/d6d73bbe4a45e39636b919cb7a84c6e5d9aa054e Clean up a long line --- diff --git a/infoex-autowx.py b/infoex-autowx.py index 25ef415..e976c60 100755 --- a/infoex-autowx.py +++ b/infoex-autowx.py @@ -156,8 +156,9 @@ def setup_logging(log_level): # fallback to stdout handler = logging.StreamHandler(sys.stdout) formatter = logging.Formatter('%(asctime)s.%(msecs)03d ' - '%(levelname)s %(module)s - %(funcName)s: %(message)s', - '%Y-%m-%d %H:%M:%S') + '%(levelname)s %(module)s - ' + '%(funcName)s: %(message)s', + '%Y-%m-%d %H:%M:%S') handler.setFormatter(formatter) LOG.addHandler(handler)