Re: Django 1.3 Email Errors

2011-06-08 Thread Mike
Sorry for the chatter. I tracked her down. An easy test is to try: from django.core import mail mail.mail_admins('subk','ssdf') If that doesn't work then the logging won't. My logging test, was wrong. I should have used the named logger 'django.request': logger = logging.getLogger('django.requ

Django 1.3 Email Errors

2011-06-08 Thread Mike
So am am ready to deploy using apache/modwsgi. However I noticed that I am not getting emailed 500 errors. In my settings file I have: LOGGING = { 'version': 1, 'disable_existing_loggers': False, 'handlers': { 'mail_admins': { 'level': 'ERROR', 'class'