Skip to content

Commit

Permalink
Merge pull request #316 from ava-labs/downgrade-log
Browse files Browse the repository at this point in the history
downgrade processing block log
  • Loading branch information
cam-schultz authored Jun 4, 2024
2 parents 8109650 + 902e682 commit ffa7bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func (lstnr *Listener) ProcessLogs(ctx context.Context) error {
}

// Relay the messages in the block to the destination chains. Continue on failure.
lstnr.logger.Info(
lstnr.logger.Debug(
"Processing block",
zap.String("sourceBlockchainID", lstnr.sourceBlockchain.GetBlockchainID().String()),
zap.Uint64("blockNumber", block.BlockNumber),
Expand Down

0 comments on commit ffa7bcf

Please sign in to comment.