Skip to content

Commit

Permalink
MID-7535: Decreased log message to debug, warn was too verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydamage committed Mar 9, 2022
1 parent 0c1c2f9 commit 0fc5601
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,8 @@ private PropertyModificationOperation convertToReplace(PropertyDelta<?> property
}
}
if (!found) {
LOGGER.warn("Attempting to remove a value of {} that is not in {}: {}",
// MID-7535: Decreased to debug, warn was too verbose in case of large groups
LOGGER.debug("Attempting to remove a value of {} that is not in {}: {}",
valueToDelete, propertyDelta.getElementName(), currentValues);
}
}
Expand Down

0 comments on commit 0fc5601

Please sign in to comment.