acm-uiuc / liquid

ACM@UIUC's website code (Django)
acm.uiuc.edu
15 stars 33 forks source link

Better error logging #347

Closed ace-n closed 8 years ago

ace-n commented 8 years ago

There have been several 500 errors recently that haven't resulted in stacktraces being sent out, particularly with the Resume Book.

We need to send out (or at least record) the details for these, since the generic nginx 500 error message is really hard to debug.

@ajmadsen @sskhandek @colegleason I don't know if this is something we want to bother fixing if Groot is on schedule (or if we have these logs in some place I'm not aware of), but it's definitely getting on my nerves. :frowning:

ace-n commented 8 years ago

Update: the 500 error logs worked, but the emailing system didn't (thanks @ajmadsen!). Marking this closed.