summaryrefslogtreecommitdiff
path: root/logging_utils.py
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2021-07-12 20:52:49 -0700
committerScott Gasch <[email protected]>2021-07-12 20:52:49 -0700
commit97fbe845e5dfdbda22521117c1783e1fd8515952 (patch)
tree8b0ac61be1d670621abc994beef84e249f0ad95a /logging_utils.py
parenta838c154135b2420d9047a101caf24a2c9f593c2 (diff)
Random changes.
Diffstat (limited to 'logging_utils.py')
-rw-r--r--logging_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/logging_utils.py b/logging_utils.py
index 9c78f3f..328ea6f 100644
--- a/logging_utils.py
+++ b/logging_utils.py
@@ -36,7 +36,7 @@ cfg.add_argument(
cfg.add_argument(
'--logging_format',
type=str,
- default='%(levelname)s:%(asctime)s: %(message)s',
+ default='%(levelname).1s:%(asctime)s: %(message)s',
help='The format for lines logged via the logger module.'
)
cfg.add_argument(