How to log baggage in logs #5704
Unanswered
origine999
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In .NET, how can I log baggage information? When I say log, I mean in the logs, using ILogger. I am looking for an answer that would do it automatically, without having to change every log calls in the code base to extract baggage info and manually add it to the logs.
I feel this should be obvious, but can't find the answer. Would that be with log enrichment? There seems to be a setting to log log scopes, but I'm doubt those would propagate like Baggage would. The additional information I want to log from Baggage will traverse many process boundaries.
Beta Was this translation helpful? Give feedback.
All reactions