How to correctly setup MDC? #1347
Answered
by
jarlehansen
jarlehansen
asked this question in
Q&A
-
I am having an issue with the MDC info being empty when inside the query. Any examples on how I can get the MDC values passed on into the execution of the query? |
Beta Was this translation helpful? Give feedback.
Answered by
jarlehansen
Jan 24, 2022
Replies: 1 comment 1 reply
-
Only way I have found is to override |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jarlehansen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Only way I have found is to override
FunctionDataFetcher
and insert theMDCContext
here in the constructor.Is there an easier way.