Layer enrichment & redaction on top of HttpLogging#4330
Merged
joperezr merged 44 commits intodotnet:release/8.0from Oct 9, 2023
Merged
Layer enrichment & redaction on top of HttpLogging#4330joperezr merged 44 commits intodotnet:release/8.0from
joperezr merged 44 commits intodotnet:release/8.0from
Conversation
xakep139
reviewed
Aug 25, 2023
xakep139
reviewed
Aug 25, 2023
xakep139
reviewed
Aug 25, 2023
xakep139
reviewed
Aug 25, 2023
xakep139
reviewed
Aug 25, 2023
xakep139
reviewed
Aug 25, 2023
xakep139
reviewed
Aug 25, 2023
xakep139
reviewed
Aug 25, 2023
xakep139
reviewed
Aug 25, 2023
Member
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
df6c8f4 to
a04ba62
Compare
geeknoid
reviewed
Oct 5, 2023
geeknoid
reviewed
Oct 5, 2023
geeknoid
reviewed
Oct 5, 2023
geeknoid
reviewed
Oct 5, 2023
geeknoid
reviewed
Oct 5, 2023
geeknoid
reviewed
Oct 5, 2023
geeknoid
reviewed
Oct 5, 2023
geeknoid
reviewed
Oct 5, 2023
geeknoid
reviewed
Oct 5, 2023
geeknoid
reviewed
Oct 5, 2023
geeknoid
approved these changes
Oct 9, 2023
Member
Author
|
@geeknoid @iliar-turdushev FYI I've pushed changes to also fix #4451. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Consumes the new APIs from dotnet/aspnetcore#50163 to consolidate functionality. The build won't pass until we consume that PR through an updated dependency, but everything builds and tests pass locally.
Fixes #4210 #4492 #4440 #4451
Major changes:
Now that it's functional, parts of the original design should be revisited like the manual path filtering. We don't want to re-invent routing.
Microsoft Reviewers: Open in CodeFlow