Top
image credit: Unsplash

How to use advanced Serilog features in ASP.NET Core MVC

July 13, 2021

Via: InfoWorld

One of the great features of ASP.NET Core is its built-in support for logging. This means that you can take advantage of your logging framework to get infrastructure logs from your logging infrastructure. While this can help you gain deeper insights into your application metrics, this does have its downsides as well. For example, you would often get too many logs, i.e., too many messages in your logs that might not be meaningful.

Read More on InfoWorld