From 951092d6c065162801016c33cff66cca53846167 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sat, 31 May 2025 21:59:22 +0000 Subject: [PATCH] chore: less log spam --- backend/src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/index.ts b/backend/src/index.ts index 19f1c6b0..4c1c12d6 100644 --- a/backend/src/index.ts +++ b/backend/src/index.ts @@ -342,8 +342,8 @@ connect().then(async () => { deprecatedKeys.push("error_emoji"); } - 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(`Deprecated config properties found in "${key}": ${deprecatedKeys.join(", ")}`); + // 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