Hi this probably a basic question, but I can't see...
# http4k
k
Hi this probably a basic question, but I can't seem to find the answer anywhere. Is it possible to plug in a logger into a request handler if it throws? Is the only way to wrap all requests in a try/catch block and pass the error down to HTTP4k once its logged?