Description
Currently, if the agent is configured with enable_auto_app_naming=true, any logs generated are associated with the roll-up/background tasks entity and not the entity where the log originated. There is a desire to have logs associated with the corresponding entity when auto app naming is enabled.
As this is a breaking change, this will be locked behind a configuration option:
application_logging:
auto_app_naming_association: false
The default will be false which will keep the current behavior. Setting this to true will associated the log events with the corresponding named entity.
Jira Ticket