diff options
| author | Scott Gasch <[email protected]> | 2021-07-12 20:52:49 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2021-07-12 20:52:49 -0700 |
| commit | 97fbe845e5dfdbda22521117c1783e1fd8515952 (patch) | |
| tree | 8b0ac61be1d670621abc994beef84e249f0ad95a /logging_utils.py | |
| parent | a838c154135b2420d9047a101caf24a2c9f593c2 (diff) | |
Random changes.
Diffstat (limited to 'logging_utils.py')
| -rw-r--r-- | logging_utils.py | 2 |
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( |
