From d9a68cc1404b905fb60dd075fa8ab0710e42bb42 Mon Sep 17 00:00:00 2001 From: Anna Date: Tue, 7 Nov 2023 10:59:15 +0100 Subject: [PATCH] Improving logging readability --- artemis/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artemis/config.py b/artemis/config.py index 83249eae2..dcd229dff 100644 --- a/artemis/config.py +++ b/artemis/config.py @@ -157,7 +157,7 @@ class Miscellaneous: "Logging format string (according to the syntax in https://docs.python.org/3/library/logging.html#logrecord-attributes)", ] = get_config( "LOGGING_FORMAT_STRING", - default="[%(asctime)s][%(levelname)s] %(filename)s %(funcName)s() line %(lineno)d: %(message)s", + default="[%(levelname)s] - [%(asctime)s] %(filename)s - in %(funcName)s() (line %(lineno)d): %(message)s", ) VERIFY_REVDNS_IN_SCOPE: Annotated[