Skip to content

fixed BUG-42871: missing log for failing DAL property validations

Asier Lostalé requested to merge (removed):fix/42871-dal-check-log into master

This fix:

  • Shows in the log the entity name together with the property that didn't pass the validation
  • For String too long value validation:
    • It truncates the value shown in log after 100 chars
    • Relevant information (current and max sizes) is displayed before the actual value

Merge request reports