---
:date: 3 Jul, 2014
* Move from middleware to a logging handler
Using a logging handler requires slightly more involved configuration,
but it enables shoogie to capture exceptions raised in the deferred
rendering of TemplateResponse objects, which is done outside the
exception-handling middleware. Thanks to abbottc for the pull request.