You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2018. It is now read-only.
You can remove the built in logging by either filtering out of all of the relevant categories or removing all services of type IHttpMessageHandlerBuilderFilter from the service collection in ConfigureServices.
Be aware though the in ASP.NET Core broadly we don't consider URLs to be sensitive data, we log them all over the place.
Hi,
Great work on this!
I wonder if there is any plan implementing an extensibility point to mask/remove sensitive data from
HttpRequestMessage
logging, for example in url?The text was updated successfully, but these errors were encountered: