I am creating an application consisting of several micro Services that run on Azure Service Fabric on Premises. I will host this on Windows Servers.
What is the recommended way for doing logging? I read something about using Event Tracing for Windows (ETW). Should I use this? How would I collect the logging data centrally?
Or should I use ASP.NET MVC Core Logging and save the loggs to a central fileshare?