Hi Team,
I am trying to enrich my application logs with dynatrace traceid/spanid for my java/springboot apis. As part of this, added MDC configurations in my logback yml. But I don't see the trace/span ids after deploying in AKS in my application logs.
Can you suggest if I can add traceid/spanids into my application logs using dynatrace configurations mentioned below
https://docs.dynatrace.com/docs/observe-and-explore/log-monitoring/log-monitoring-configuration/log-...
Do I need to add dependency in pom?