mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-06-16 19:15:03 +00:00
chore: reduce log spam from config errors
This commit is contained in:
parent
e0ea209ac0
commit
899b8198ae
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ connect().then(async () => {
|
||||||
|
|
||||||
return loaded;
|
return loaded;
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
logger.error(`Error while loading config "${key}": ${err.message}`);
|
logger.error(`Error while loading config "${key}"`);
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue