Skip to content

Commit

Permalink
Change indexer message to info level
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehewitt15 committed Sep 4, 2024
1 parent eedf0b3 commit 3f5fd81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ function getIndexingNetworks(supportedNetworks: RPCS): RPCS | null {
CONFIG_LOGGER.logMessageWithEmoji(
'INDEXER_NETWORKS is not defined, running Indexer with all supported networks defined in RPCS env variable ...',
true,
GENERIC_EMOJIS.EMOJI_CROSS_MARK,
LOG_LEVELS_STR.LEVEL_ERROR
GENERIC_EMOJIS.EMOJI_CHECK_MARK,
LOG_LEVELS_STR.LEVEL_INFO
)
return supportedNetworks
}
Expand Down

0 comments on commit 3f5fd81

Please sign in to comment.