Skip to content

Commit

Permalink
#3021 Refactoring for String validation by Java Bean Validation:
Browse files Browse the repository at this point in the history
- set ERROR logging level for validationLoggingLevel in log4j2.xml
  • Loading branch information
Limraj committed Sep 25, 2024
1 parent 3e677d9 commit f62a4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp-resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<Property name="securityLoggingLevel">ERROR</Property>

<!-- Java Bean Validation Logging-->
<Property name="validationLoggingLevel">WARN</Property>
<Property name="validationLoggingLevel">ERROR</Property>

</Properties>

Expand Down

0 comments on commit f62a4ed

Please sign in to comment.