Adding custom properties automatically (like trace_id and span_id) #424
Answered
by
odygrd
cchapman-kxs
asked this question in
Q&A
-
Is there way to enrich logs automatically (without logging them explicity in each logging statement) for things like trace_id and span_id? These are things that could be acquired at the call-site and would not be available in the logging thread. |
Beta Was this translation helpful? Give feedback.
Answered by
odygrd
May 16, 2024
Replies: 1 comment
-
Currently the only way is to pass the trace_id and span_id for each log message for the reasons explained in #426 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cchapman-kxs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the only way is to pass the trace_id and span_id for each log message for the reasons explained in #426