Skip to content

Commit

Permalink
chore(smoke): batch log
Browse files Browse the repository at this point in the history
  • Loading branch information
istae committed Oct 22, 2023
1 parent 14cf7ec commit 966d6dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/check/smoke/smoke.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ func (c *Check) Run(ctx context.Context, cluster orchestration.Cluster, opts int
continue
}

c.logger.Info("using batch", "batch_id", batchID)

c.metrics.UploadAttempts.Inc()
address, txDuration, err = test.upload(txCtx, txName, txData, batchID)
if err != nil {
Expand Down

0 comments on commit 966d6dd

Please sign in to comment.