mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-16 06:24:12 +02:00
add more logger handling
This commit is contained in:
parent
25b95d6794
commit
5523d0b28f
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ LOGGING = {
|
||||||
},
|
},
|
||||||
# Django's template processor
|
# Django's template processor
|
||||||
"django.template": {
|
"django.template": {
|
||||||
"handlers": ["console"],
|
"handlers": django_handlers,
|
||||||
"level": "INFO",
|
"level": "INFO",
|
||||||
"propagate": False,
|
"propagate": False,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue