wylark
/
infoex-autowx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
855f041
)
Clean up a long line
author
Alexander Vasarab <alexander@wylark.com>
Thu, 18 Feb 2021 17:46:21 +0000
(09:46 -0800)
committer
Alexander Vasarab <alexander@wylark.com>
Thu, 18 Feb 2021 17:46:21 +0000
(09:46 -0800)
infoex-autowx.py
patch
|
blob
|
history
diff --git
a/infoex-autowx.py
b/infoex-autowx.py
index 25ef4158616ff37a16e9b8dd0e1551be04ca1f9a..e976c603c688e0bb316e727cfce7e943e4b1f87f 100755
(executable)
--- 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)