Skip to content

Commit

Permalink
Merge pull request #54 from cmoulliard/issue-53
Browse files Browse the repository at this point in the history
Add logback-test.xml file to change the logging level of hibernate validator
  • Loading branch information
iocanel committed Mar 27, 2017
2 parents ab848fd + ab3c8f6 commit a89b369
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include resource="org/springframework/boot/logging/logback/base.xml" />
<logger name="org.hibernate.validator" level="info" /> <!-- Validator prints a lot of debug messages for Arquillian Cube -->
</configuration>

0 comments on commit a89b369

Please sign in to comment.