Update logging

This commit is contained in:
Nathan Chapman 2022-09-04 17:03:07 -06:00
parent db45fd2d6f
commit 6dd0631537

View File

@ -144,7 +144,7 @@ LOGGING = {
'django': {
'handlers': ['file'],
'level': 'DEBUG',
'propagate': True,
'propagate': False,
},
},
}