From 552cc64d932ef15d3159ccdad53dd34723cd30d9 Mon Sep 17 00:00:00 2001 From: paulo-ocean Date: Tue, 22 Oct 2024 14:28:34 +0100 Subject: [PATCH] fix wrong block for log --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index ec62f583a..1796a87b9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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.` )