Skip to content

Commit

Permalink
downgrading rpc error to a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehewitt15 committed Sep 4, 2024
1 parent a77d41d commit eedf0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Indexer/crawlerThread.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export async function processNetworkData(
)
} catch (error) {
INDEXER_LOGGER.log(
LOG_LEVELS_STR.LEVEL_ERROR,
LOG_LEVELS_STR.LEVEL_WARN,
`Get events for network: ${rpcDetails.network} failure: ${error.message} `,
true
)
Expand Down

0 comments on commit eedf0b3

Please sign in to comment.