Skip to content

Commit

Permalink
change log level per guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-smith-zocdoc committed Sep 24, 2020
1 parent 20c2ae0 commit ab9f1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/groupbytraceprocessor/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func (sp *groupByTraceProcessor) releaseTrace(traceId pdata.TraceID, rss []pdata
}

if err := sp.nextConsumer.ConsumeTraces(context.Background(), trace); err != nil {
sp.logger.Error("next processor failed to process trace", zap.Error(err))
sp.logger.Debug("next processor failed to process trace", zap.Error(err))
}
}

Expand Down

0 comments on commit ab9f1c2

Please sign in to comment.