Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HttpClient logging based on .net8 #4211

Closed
klauco opened this issue Jul 25, 2023 · 1 comment · Fixed by #4224, #4253 or #4323
Closed

HttpClient logging based on .net8 #4211

klauco opened this issue Jul 25, 2023 · 1 comment · Fixed by #4224, #4253 or #4323
Assignees

Comments

@klauco
Copy link

klauco commented Jul 25, 2023

HttpClient logging with support of:

  • sensitive data redaction (outgoing request metadata)
  • enrichment (global + httpclient)
@xakep139 xakep139 self-assigned this Jul 25, 2023
@xakep139
Copy link
Contributor

Due to dotnet/runtime#89447 and dotnet/runtime#89446 we can't use keyed services feature as of now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.