Posilani chyb emailem (zatim jen gaventovi)
This commit is contained in:
parent
1498a461a0
commit
99bb7da096
1 changed files with 19 additions and 15 deletions
|
@ -33,19 +33,23 @@ DATABASES = {
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
LOGGING = {
|
SERVER_EMAIL = 'prod-errors@mam.mff.cuni.cz'
|
||||||
'version': 1,
|
ADMINS = ['gavento@ucw.cz', ]
|
||||||
'disable_existing_loggers': True,
|
|
||||||
'handlers': {
|
# LOGGING = {
|
||||||
'console': {
|
# 'version': 1,
|
||||||
'class': 'logging.StreamHandler',
|
# 'disable_existing_loggers': True,
|
||||||
},
|
# 'handlers': {
|
||||||
},
|
# 'console': {
|
||||||
'loggers': {
|
# 'class': 'logging.StreamHandler',
|
||||||
'django': {
|
# },
|
||||||
'handlers': ['console'],
|
# },
|
||||||
'level': os.getenv('DJANGO_LOG_LEVEL', 'INFO'),
|
# 'loggers': {
|
||||||
},
|
# 'django': {
|
||||||
},
|
# 'handlers': ['console'],
|
||||||
}
|
# 'level': os.getenv('DJANGO_LOG_LEVEL', 'INFO'),
|
||||||
|
# },
|
||||||
|
# },
|
||||||
|
# }
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue