diff --git a/lib/common/mongoose.utils.ts b/lib/common/mongoose.utils.ts index f0e70c55..39bbe6a5 100644 --- a/lib/common/mongoose.utils.ts +++ b/lib/common/mongoose.utils.ts @@ -27,12 +27,6 @@ export function handleRetry( retryWhen((e) => e.pipe( scan((errorCount, error) => { - logger.error( - `Unable to connect to the database. Retrying (${ - errorCount + 1 - })...`, - '', - ); const verboseMessage = verboseRetryLog ? ` Message: ${error.message}.` : '';