stevejgordon / CorrelationId

An ASP.NET Core middleware component which synchronises a correlation ID for cross API request logging.
MIT License
558 stars 106 forks source link

Changed info logs to debug to reduce enormous amount of traces spewed by the middleware for each request #97

Open Harish-Sundaram opened 3 years ago

Harish-Sundaram commented 3 years ago

Changed info logs to debug log level in "CorrelationIdMiddleware", as these Info logs spews a humongous amount of traces, which increases cost and also unnecessary logs, which is in millions in my case/24hr.

gabrielcalegari commented 3 years ago

You can create a filter in your log tool