We have problem with our request logs. Wasn't able to reproduce it in a test but for some reason the request log gets cropped (we don't get the full url). The response log is always correct and I noticed that the req.originalUrl is used for the response. Using the same url in both response and request seemed reasonable.
We have problem with our request logs. Wasn't able to reproduce it in a test but for some reason the request log gets cropped (we don't get the full url). The response log is always correct and I noticed that the
req.originalUrl
is used for the response. Using the same url in both response and request seemed reasonable.