#1354 Email and log exceptions in Django applications (Transifex)
Closed: Fixed None Opened 14 years ago by glezos.

Django by default, when in production mode, it emails Tracebacks to the ADMINS of the site. Currently those emails never reach us, because of something like a relay problem of 'from' addresses. Getting notified by emails about exceptions is obviously important.

Also, we can setup Django to log exceptions to the error_log too, both for security and debugging/archive purposes.


I think the email part of this is fixed now - can you check if errors are being properly logged in error_log?

Diego gave me some configs for separate logging which is in place now - logs go to /var/log/transifex/transifex.log on app1.

Login to comment on this ticket.

Metadata