We have a scenario whereby multiple pre-release versions of an application run in the same environment. The problem we're seeing is that, because our EventSource
has the same name/guid, we cannot differentiate between logs.
Is it possible to configure the name/guid of the EventSource via config or otherwise at runtime?
We currently have a single-build deployment pipeline, so I don't think a build-time solution would work for us.