Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #3908 - Turbo87:at-error, r=pietroalbini
LogRequest: Use `at=error` for all 5xx status code responses We are currently only using `at=error` for cases where the route handler did not explicitly return a 5xx status code, but we should probably use it for all cases where 5xx is returned. This PR changes the code to achieve that.
- Loading branch information