Skip to content

Commit

Permalink
succinct logs
Browse files Browse the repository at this point in the history
  • Loading branch information
renaynay committed Nov 23, 2021
1 parent b20bc81 commit b759b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion das/daser.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ func (d *DASer) sampling(ctx context.Context, sub header.Subscription) {

sampleTime := time.Since(startTime)
log.Infow("sampling successful", "height", h.Height, "hash", h.Hash(),
"finished after (ms)", sampleTime.Milliseconds())
"finished (s)", sampleTime.Seconds())
}
}

0 comments on commit b759b78

Please sign in to comment.