Skip to content

Commit

Permalink
Remove noisy log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Nov 30, 2023
1 parent bdeee09 commit 87b4a06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exporter/exporterhelper/retry_sender.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ func (rs *retrySender) send(ctx context.Context, req Request) error {
trace.WithAttributes(rs.traceAttribute, attribute.Int64("retry_num", retryNum)))

err := rs.nextSender.send(ctx, req)
rs.logger.Info("Exporting finished.", zap.Error(err))
if err == nil {
return nil
}
Expand Down

0 comments on commit 87b4a06

Please sign in to comment.