diff --git a/src/lib/config/read/index.ts b/src/lib/config/read/index.ts index 25c2c0a0..59652680 100644 --- a/src/lib/config/read/index.ts +++ b/src/lib/config/read/index.ts @@ -169,10 +169,11 @@ export async function read() { } global.__tamperedConfig__.push(col); - logger.info('overriding database value from env', { col, value: val }); } } + logger.debug("overridden db settings from env vars", { overridden: global.__tamperedConfig__ }); + const raw = structuredClone(rawConfig); for (const [key, value] of Object.entries(database)) {