diff --git a/src/components/Indexer/crawlerThread.ts b/src/components/Indexer/crawlerThread.ts index 86cd7198f..9816b34f5 100644 --- a/src/components/Indexer/crawlerThread.ts +++ b/src/components/Indexer/crawlerThread.ts @@ -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 )