#694 - Modifies response logging levels.
- All
4xxresponses will be logged at thewarnlevel. - All
5xxresponses will be logged at theerrorlevel. - Errors that are explicitly thrown with a
.statuswill now log inresponses.jsrather than in the composer. - Responses generated from the primary error handler will contain a
codeattribute representing the status code returned to the client.