❔ 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
Serilog with whatever sink you want
https://github.com/serilog/serilog/wiki/Provided-Sinks
Application Insights, ElasticSearch, Seq
Seq is recommended most often
oh nice I didn't know the concept of sinks
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.