Skip to content

feat(handlers): log router info for all http requests

Hayley Swimelar requested to merge router-logging into master

Related to: #866

This MR adds router logging information for each request. This will provide visibility as we make progress on Replace the Router used for API Requests (&9467). Not only will this help confirm which router is handling a particular request, it will also allow us to monitor the percentage of traffic each router is handling. We should remove this logging once Replace the Router used for API Requests (&9467) is complete.

Merge request reports