add more logger handling

This commit is contained in:
matthewswspence 2025-01-30 15:37:26 -06:00
parent 25b95d6794
commit 5523d0b28f
No known key found for this signature in database
GPG key ID: FB458202A7852BA4

View file

@ -577,7 +577,7 @@ LOGGING = {
},
# Django's template processor
"django.template": {
"handlers": ["console"],
"handlers": django_handlers,
"level": "INFO",
"propagate": False,
},