How to configure webmachine to send crashes to lager, instead of only returning them via http?

140 views Asked by At

By default, if a webmachine handler crashes, the crash stack trace is returned in the body of the 500 error response. Is there a way to configure it to log to lager (or some other logging system)?

1

There are 1 answers

0
mkorszun On

I guess this two documentation sections might be useful for you: