Skip to content

v7.9.1

Latest
Compare
Choose a tag to compare
@mattoberle mattoberle released this 24 Feb 20:27
· 20 commits to master since this release
15087c9

v7.9.0...v7.9.1

#694 - Modifies response logging levels.

  • All 4xx responses will be logged at the warn level.
  • All 5xx responses will be logged at the error level.
  • Errors that are explicitly thrown with a .status will now log in responses.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.