-
Looking for the easiest way to log incoming requests along with the proxied requests. This would be primarily for debugging and troubleshooting to ensure that my reverse proxy routes and clusters settings are correct. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
What fields do you expect to be logged? ASP.NET Core already logs these for the incoming request:
And for responses:
HttpProxy currently logs the absolute uri for the outgoing request. |
Beta Was this translation helpful? Give feedback.
What fields do you expect to be logged? ASP.NET Core already logs these for the incoming request:
And for responses:
HttpProxy currently logs the absolute uri for the outgoing request.
https://github.com/microsoft/reverse-proxy/blob/43929dc9894ad3b986b61fe9966610297f0232e2/src/ReverseProxy/Service/Proxy/HttpProxy.cs#L370