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

chore: less log spam

This commit is contained in:
Dragory 2025-05-31 21:59:22 +00:00
parent d8fb471b07
commit 951092d6c0
No known key found for this signature in database

View file

@ -342,8 +342,8 @@ connect().then(async () => {
deprecatedKeys.push("error_emoji"); deprecatedKeys.push("error_emoji");
} }
logger.warn(`Deprecated config properties found in "${key}": ${deprecatedKeys.join(", ")}`); // logger.warn(`Deprecated config properties found in "${key}": ${deprecatedKeys.join(", ")}`);
logger.warn(`You can now configure those emojis in the "common" plugin config\n${exampleConfig}`); // logger.warn(`You can now configure those emojis in the "common" plugin config\n${exampleConfig}`);
} }
// Remove deprecated properties some may still have in their config // Remove deprecated properties some may still have in their config