lml / lev

Ride the rails but don't touch them.
MIT License
2 stars 6 forks source link

Need a better way to debug aborted routines #8

Closed Dantemss closed 9 years ago

Dantemss commented 9 years ago

Maybe write the reason why the routine was aborted to the log.

Or else debugging issues like https://github.com/openstax/accounts/issues/123 is nearly impossible.

Dantemss commented 9 years ago

Maybe lev errors should have a backtrace field too?

Dantemss commented 9 years ago

Make sure backtrace silencers are also applied so that the backtrace is semi-readable.

Dantemss commented 9 years ago

This is probably no longer necessary, since we don't catch exceptions in lev anymore.