Change logging propagation

This commit is contained in:
Nathan Chapman 2022-05-21 10:22:07 -06:00
parent 0a32eec8d6
commit fbfb897839

View File

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