mirror of
https://github.com/caronc/apprise-api.git
synced 2024-11-07 16:54:10 +01:00
django general console logging
This commit is contained in:
parent
3208e5e27c
commit
b29ddf15c0
@ -92,6 +92,9 @@ LOGGING = {
|
||||
},
|
||||
},
|
||||
'loggers': {
|
||||
'django': {
|
||||
'handlers': ['console'],
|
||||
},
|
||||
'apprise': {
|
||||
'handlers': ['console'],
|
||||
'level': os.environ.get(
|
||||
|
Loading…
Reference in New Issue
Block a user