Skip to content

Commit

Permalink
mirror: log uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Patel committed May 11, 2022
1 parent 10ef33f commit aeda696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/mirror/mirror.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ func (j *UploadJob) Run(ctx context.Context) {
Log: j.Log.Named("fetch"),
})

j.Log.Info("Starting upload")
beforeUpload := time.Now()
uploadInfo, err := j.Uploader.UploadSnapshot(ctx, sidecarClient, fileName)
uploadDuration := time.Since(beforeUpload)
Expand Down

0 comments on commit aeda696

Please sign in to comment.