Updated Cost logging to be debug
This commit is contained in:
@@ -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"
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user