Implementing logging in .net core applications for logging, telemetry and your own sanity

added by DotNetKicks
4/6/2021 4:13:57 PM

740 Views

Logging and monitoring is an essential strategy when developing Microservices, it will help your team to resolve issues and bugs quicker. The issue is that developers generally don't like polluting their code base with logging statements. Find out how to achieve a great balance by making use of Attributes and Middleware.


0 comments