Improve website loader logging

This commit is contained in:
Sascha Ißbrücker
2023-01-14 11:24:09 +01:00
parent 313a0ee99f
commit 4f9170c48d
2 changed files with 16 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ LOGGING = {
'disable_existing_loggers': False,
'formatters': {
'simple': {
'format': '{levelname} {message}',
'format': '{levelname} {asctime} {module}: {message}',
'style': '{',
},
},