proudmonkey / AutoWrapper

A simple, yet customizable global exception handler and Http response wrapper for ASP.NET Core APIs.
MIT License
677 stars 82 forks source link

Make log level configurable so 400s can be logged as info #127

Open castriganoj opened 2 years ago

castriganoj commented 2 years ago

My organization has a desire to log 400 responses as info and not errors. I propose that this be a new configuration option potentially on the way to make all log levels configurable.