Logging is hard, especially in microservice world. Fortunately, not with service fabric as it's trivially extendable to meet our complicated needs. In my latest journey I needed to track log requests across multiple microservices calling each other via Service Remoting. There is no easy way to do it, so I opensourced a solution and an article for this on GitHub: https://github.com/aloneguid/logmagic/blob/master/doc/packages/azure-servicefabric.md
top of page
bottom of page