Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BAU Log error message when rendering error page
If we catch an error and render the error page, we do not currently log the error message. The `error` always evaluates as an empty JSON object when we attempt to log it so it is not included. Instead, log the error message.
- Loading branch information