We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267784b commit 55150aeCopy full SHA for 55150ae
client/worker_grpc.go
@@ -178,7 +178,7 @@ func (c *TaskHubGrpcClient) processActivityWorkItem(
178
var ptc *protos.TraceContext = req.ParentTraceContext
179
ctx, err := helpers.ContextFromTraceContext(ctx, ptc)
180
if err != nil {
181
- fmt.Printf("%v: failed to parse trace context: %v", req.Name, err)
+ c.logger.Warn("%v: failed to parse trace context: %v", req.Name, err)
182
}
183
184
event := &protos.HistoryEvent{
0 commit comments