disabled mail_admins handler for error messages

This commit is contained in:
David Ormsbee
2012-03-29 09:29:47 -04:00
parent 7d3caf58e2
commit bc604fca34

View File

@@ -240,7 +240,7 @@ LOGGING = {
},
'loggers' : {
'django' : {
'handlers' : handlers + ['mail_admins'],
'handlers' : handlers, # + ['mail_admins'],
'propagate' : True,
'level' : 'INFO'
},