diff --git a/backend/src/index.ts b/backend/src/index.ts index 18bddaf4..e0b95854 100644 --- a/backend/src/index.ts +++ b/backend/src/index.ts @@ -348,7 +348,7 @@ connect().then(async () => { return loaded; } catch (err) { - logger.error(`Error while loading config "${key}": ${err.message}`); + logger.error(`Error while loading config "${key}"`); return {}; } }