The background is fair simple: I’m building a Modular Monolith, and I’d like to have the logs as if they were microservices already.
My idea here was to have an ActivitySource per Module, and wire that ActivitySource to an specific source, so when exporting and using the logs, the Module name would pop-up instead of a shared-project-service-name.
Any clues?