Centralized logging for .net core ABP microservices app using Seq
In this post we will see how to implement a central logging system for your ABP app using Seq.
In this post we will see how to implement a central logging system for your ABP app using Seq.
Comments
Matheew3 112 weeks ago
There is some excellent built-in logging in ASP.NET Core. To support structured logging across the board, framework components like Routing, MVC, and EntityFramework have been updated. For instance, when MVC chooses a controller and action, word hurdle it includes ActionName in a log event so that later on, you can drill down easily to requests hitting a specific action.