updated the time format

This commit is contained in:
phixxy 2024-01-25 02:25:54 -08:00
parent 6fb1694b35
commit 14ae14160f

View file

@ -6,6 +6,7 @@ LOGGING_CONFIG = {
"disabled_existing_loggers": False,
"formatters": {
"standard": {"format": "%(asctime)s - %(levelname)-10s - %(module)-15s : %(message)s"},
"datefmt": "%Y-%m-%d %H:%M:%S",
},
"handlers": {
"console": {