Updated Cost logging to be debug

This commit is contained in:
Chomp
2025-10-12 16:34:36 +01:00
parent 9bbfee8e6d
commit a66ce40ba8
@@ -842,7 +842,7 @@ public class InsuranceController(
)
)
{
logger.Warning(
logger.Debug(
$"Unable to add item id: {itemId.ToString()} to client/insurance/items/list/cost response, already exists"
);
}