Open JamesNK opened 2 hours ago
Thank you for submitting this for API review. This will be reviewed by @dotnet/aspnet-api-review at the next meeting of the ASP.NET Core API Review group. Please ensure you take a look at the API review process documentation and ensure that:
Background and Motivation
A config option to only log in exception handler middleware if the exception is unhandled.
For https://github.com/dotnet/aspnetcore/issues/54554
Proposed API
Defaults to false.
Usage Examples
Alternative Designs
Could make the new behavior the default. I don't think that is a good idea for backwards compatibility reasons, and some people might prefer the current behavior.
Risks