Skip to content

Commit

Permalink
Merge pull request #9 from sygmaprotocol/mmuftic/logg-upgrades
Browse files Browse the repository at this point in the history
chore: logging change
  • Loading branch information
MakMuftic authored Apr 4, 2024
2 parents 5ec2b9b + 4d0a540 commit 7dc2582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/proxy/healthchecker.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func (h *HealthChecker) checkBlockNumber(c context.Context) (uint64, error) {

return 0, err
}
h.logger.Debug("fetch block number completed", "blockNumber", uint64(blockNumber))
h.logger.Info("fetch block number completed", "blockNumber", uint64(blockNumber))

return uint64(blockNumber), nil
}
Expand Down

0 comments on commit 7dc2582

Please sign in to comment.