Merge pull request #54 from cmoulliard/issue-53

Add logback-test.xml file to change the logging level of hibernate validator
This commit is contained in:
Ioannis Canellos
2017-03-27 09:31:14 +03:00
committed by GitHub

View File

@@ -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>