Log messages from esi package.

This commit is contained in:
Adarnof 2018-04-14 13:53:41 -04:00
parent 933c12b48d
commit 19282cac60

View File

@ -166,7 +166,6 @@ CACHES = {
} }
} }
SECRET_KEY = 'this is a very bad secret key you should change'
DEBUG = True DEBUG = True
ALLOWED_HOSTS = ['*'] ALLOWED_HOSTS = ['*']
DATABASES = { DATABASES = {
@ -235,5 +234,9 @@ LOGGING = {
'handlers': ['log_file', 'console'], 'handlers': ['log_file', 'console'],
'level': 'ERROR', 'level': 'ERROR',
}, },
'esi': {
'handlers': ['log_file', 'console'],
'level': 'DEBUG',
},
} }
} }