Closed mattoberle closed 3 years ago
@Tiffachow PR I incorporated your commits from #693 and combined them with some additional logging changes that were requested here. Since #693 was opened from an older fork there were conflicts with earlier changes that added url
context to each response log.
This pull request incorporates elements of #693 with a few additional changes:
origin/master
to handle merge conflicts for existing logging updates.composer.js
when an error has a.status
(leaving the logging up to the error handler inresponses.js
)..status
property at thewarn
(4xx) orerror
(5xx) level.Change (1) pulls in a previous commit that added URLs to response logs. Change (2/3) will allow dynamic routes to return 404s/400s without logging at the
error
level.