Add logback-test.xml file to change the logging level of hibernate validator to info. Fix #53

This commit is contained in:
Charles Moulliard
2017-03-24 18:24:51 +01:00
parent 16b4eaf001
commit ab3c8f607b

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>