Posilani chyb emailem (zatim jen gaventovi)

This commit is contained in:
Tomas Gavenciak 2015-07-23 22:22:32 +02:00
parent 1498a461a0
commit 99bb7da096

View file

@ -33,19 +33,23 @@ DATABASES = {
import os
LOGGING = {
'version': 1,
'disable_existing_loggers': True,
'handlers': {
'console': {
'class': 'logging.StreamHandler',
},
},
'loggers': {
'django': {
'handlers': ['console'],
'level': os.getenv('DJANGO_LOG_LEVEL', 'INFO'),
},
},
}
SERVER_EMAIL = 'prod-errors@mam.mff.cuni.cz'
ADMINS = ['gavento@ucw.cz', ]
# LOGGING = {
# 'version': 1,
# 'disable_existing_loggers': True,
# 'handlers': {
# 'console': {
# 'class': 'logging.StreamHandler',
# },
# },
# 'loggers': {
# 'django': {
# 'handlers': ['console'],
# 'level': os.getenv('DJANGO_LOG_LEVEL', 'INFO'),
# },
# },
# }