#694 - Modifies response logging levels.
- All
4xx
responses will be logged at thewarn
level. - All
5xx
responses will be logged at theerror
level. - Errors that are explicitly thrown with a
.status
will now log inresponses.js
rather than in the composer. - Responses generated from the primary error handler will contain a
code
attribute representing the status code returned to the client.