Logback instrumentation doesn't inject context when an exception is throwed #7236
Unanswered
dimitri995
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Aren't |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I am using the logback instrumentation in order to inject context in my logs in order to have a correlation with my traces.
It's working fine when there is no exception throwed. When an exception is throwed the context is not injected.. I am not using the javaagent but when I try with it the result is the same.
Have you ever face this issue ?
This is my logback config :

My OtelConfig:

Thank you for your time,
Regards,
Dimitri
Beta Was this translation helpful? Give feedback.
All reactions