http4s returns InternalServerError if an unhandled error happened. Is it possible to log url of the request when InternalServerError happened? If yes, what is the best way to do it?
Log url of request on InternalServerError in http4s
929 views Asked by sergeda At
1
Isn't it doing this right out of the box?
Here's log from g8 template project from quick start guide https://http4s.org/v0.21/ with added route that throws runtime exception: