From 5b886038e99ffdeda34ad8b18dd3b0ce35bfcfc8 Mon Sep 17 00:00:00 2001 From: Dev Date: Fri, 15 Dec 2023 19:45:40 +0000 Subject: [PATCH] Change warning logging into debug inside `adjustWeighting()` --- project/src/services/BotEquipmentFilterService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/src/services/BotEquipmentFilterService.ts b/project/src/services/BotEquipmentFilterService.ts index 5c67c0d8..2cf3b3c2 100644 --- a/project/src/services/BotEquipmentFilterService.ts +++ b/project/src/services/BotEquipmentFilterService.ts @@ -411,7 +411,7 @@ export class BotEquipmentFilterService { if (showEditWarnings) { - this.logger.warning( + this.logger.debug( `Tried to edit a non-existent item for slot: ${poolAdjustmentKey} ${itemToEditKey}`, ); }