mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-06-16 11:05:03 +00:00
chore: less log spam
This commit is contained in:
parent
d8fb471b07
commit
951092d6c0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue