Open jayakornk opened 2 months ago
Hey, apologies I haven't had time to look into this recently (I am currently moving). Some questions to set myself up when I do have a look at this though:
SpanContext
is logged?I am passing the context to be able to view it in Grafana using OTEL, which is advised by otelzap middleware. I there anyway i can omit this from the console. I am using
zap.Reflect("context", c.Request.Context()))
I'm using zap-prettyconsole along with OpenTelemetry for Gin and it injects tracing information into context. The problem I have is that when I log something, there will be this multiple line long object ([16]byte) printed out. Is there a way to help with this issue? Thanks for this awesome package btw.