You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tracing does not provide a way to customize fields that are printed in its formaters (issue). People often want trace ID and span ID to be printed in their logs so that it is easier to correlate with thraces.
The solution most people (me included) arrive at is copying and tweaking Json from tracing so that it prints what they want.
Proposal
Instead of everyone forking that implementation, it could live here. It's not the best solution and I look forward to tracing having a way to natively extend the format, but until then I think it would be better to provide this here.
Alternatives
Do nothing
Solve the issue in tracing
ymgyt, aochagavia, Jean-Eudes, philipcristiano, nastynaz and 3 more