Skip to content

Commit

Permalink
Merge pull request #727 from oceanprotocol/issue-726-wrong-log
Browse files Browse the repository at this point in the history
fix wrong block for log
  • Loading branch information
paulo-ocean authored Oct 22, 2024
2 parents 8a65610 + 552cc64 commit 69ef0c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ if (!hasValidDBConfiguration(config.dbConfig)) {
// after that, all loggers will eventually have it too (if in production/staging environments)
// it creates dinamically DDO schemas
config.hasIndexer = false
} else {
OCEAN_NODE_LOGGER.warn(
`Missing or invalid property: "${ENVIRONMENT_VARIABLES.DB_URL.name}". This means Indexer module will not be enabled.`
)
Expand Down

0 comments on commit 69ef0c9

Please sign in to comment.