Skip to content

Commit

Permalink
Desactivando envío de mails con errores.
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoruscitti committed Apr 6, 2020
1 parent 673cac8 commit fb93593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,12 @@
},
'loggers': {
'': {
'handlers': ['console', 'mail_admins'],
'handlers': ['console'],
'level': 'ERROR',
'propagate': False,
},
'django': {
'handlers': ['console', 'mail_admins'],
'handlers': ['console'],
'level': 'ERROR',
'propagate': False,
},
Expand Down

0 comments on commit fb93593

Please sign in to comment.