C
C#2y ago
ampere

❔ Any good open source .NET centralized logging solutions?

I'm in need of centralizing logs for 3 .NET solutions (a Blazor WebAssembly project and 2 APIs) for easy log visualization of those 3 systems in one place. I was wondering if you guys knew what would be the best approach on this. Thank you a lot!
3 Replies
Angius
Angius2y ago
Serilog with whatever sink you want https://github.com/serilog/serilog/wiki/Provided-Sinks Application Insights, ElasticSearch, Seq Seq is recommended most often
ampere
ampere2y ago
oh nice I didn't know the concept of sinks
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.