Skip to content

Commit

Permalink
style: Change log level from Info to Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Jul 8, 2024
1 parent edf5fbf commit fe510f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cannon/iterator/backfilling_checkpoint_iterator.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func (c *BackfillingCheckpoint) Next(ctx context.Context) (rsp *BackFillingCheck
"next_epoch": rsp.Next,
"direction": rsp.Direction,
"look_aheads": rsp.LookAheads,
}).Info("Returning next epoch")
}).Debug("Returning next epoch")

span.SetAttributes(attribute.Int64("next_epoch", int64(rsp.Next)))
span.SetAttributes(attribute.String("direction", string(rsp.Direction)))
Expand Down

0 comments on commit fe510f7

Please sign in to comment.