From 97fbe845e5dfdbda22521117c1783e1fd8515952 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Mon, 12 Jul 2021 20:52:49 -0700 Subject: Random changes. --- logging_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'logging_utils.py') 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( -- cgit v1.3