Update log message format, IMO this is easier to read.

This commit is contained in:
theobjectivedad
2023-07-14 07:36:21 -05:00
parent 553a86b52c
commit 9234b75cb4

View File

@@ -6,7 +6,7 @@ DEFAULT_LOGGING_CONFIG: Dict[str, Any] = {
"version": 1,
"formatters": {
"simple": {
"format": "[%(asctime)s] [%(levelname)s] [PID:%(process)d] [%(name)s.%(funcName)s:%(lineno)d] %(message)s",
"format": "[%(asctime)s] [%(levelname)s] [%(name)s.%(funcName)s:%(lineno)d] [PID:%(process)d] %(message)s",
},
},
"filters": {},