django general console logging

This commit is contained in:
Chris Caron 2020-12-31 17:38:37 -05:00
parent 3208e5e27c
commit b29ddf15c0

View File

@ -92,6 +92,9 @@ LOGGING = {
},
},
'loggers': {
'django': {
'handlers': ['console'],
},
'apprise': {
'handlers': ['console'],
'level': os.environ.get(