checkpoint-labs / checkpoint

Checkpoint is a library for indexing data of Starknet contracts.
https://checkpoint.box
MIT License
55 stars 22 forks source link

chore: make logs less verbose in non-optimistic mode #294

Closed Sekhmet closed 1 month ago

Sekhmet commented 1 month ago

Previously if optimistic indexing was not enabled every time block is not found message would be displayed at ERROR level.

This PR prevents it from happening, only single info message will be emitted.