mdc does not showed up anymore when using logback.getMDCPropertyMap() #14971
Unanswered
bomanarakasura-unipin
asked this question in
Q&A
Replies: 1 comment
-
If you want someone to take a look then provide a minimal application that illustrates your issue along with any necessary instructions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I was using old Otel Instrumentation v2.2.0-alpha and otel v1.36.0 and springboot starter
Previously, I was creating my custom Log message using following code :
Above code prints mdc to console like this :
But after I updated the version to Otel Instrumentation 2.20.1 and Otel 1.54.1, mdc map does not showed up anymore.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions