Skip to content

Commit

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

0 comments on commit 9790cbb

Please sign in to comment.