3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-06-16 11:05:03 +00:00

chore: reduce log spam from config errors

This commit is contained in:
Dragory 2025-05-31 19:04:23 +00:00
parent e0ea209ac0
commit 899b8198ae
No known key found for this signature in database

View file

@ -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 {};
}
}