I am using load balancer in my application and want to print the container name (where my services are hosted) in application log. I am using Serilog for logging.
Do we have any enricher available for this?
Host gives me the base url but not the container name.
Help in this regards is much appreciated.