Skip to content

Commit

Permalink
change to debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
simsonraj committed Aug 22, 2023
1 parent bf80bc1 commit 968a327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/testsetups/ocr.go
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ func (o *OCRSoakTest) observeOCREvents() error {
timeout = time.Second * 15
)
for err == nil {
log.Info().Interface("Filter Query", o.filterQuery).Str("Timeout", timeout.String()).Msg("Retrieving on-chain events")
log.Debug().Interface("Filter Query", o.filterQuery).Int64("Last block number", o.filterQuery.ToBlock.Int64()).Str("Timeout", timeout.String()).Msg("Retrieving on-chain events")
ctx, cancel := context.WithTimeout(context.Background(), timeout)

latestBlockNum, err := o.chainClient.LatestBlockNumber(ctx)
Expand Down

0 comments on commit 968a327

Please sign in to comment.