Skip to content

Commit a89b369

Browse files
authored
Merge pull request spring-cloud#54 from cmoulliard/issue-53
Add logback-test.xml file to change the logging level of hibernate validator
2 parents ab848fd + ab3c8f6 commit a89b369

File tree

1 file changed

+5
-0
lines changed
  • spring-cloud-kubernetes-examples/kubernetes-hello-world-example/src/test/resources

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<configuration>
3+
<include resource="org/springframework/boot/logging/logback/base.xml" />
4+
<logger name="org.hibernate.validator" level="info" /> <!-- Validator prints a lot of debug messages for Arquillian Cube -->
5+
</configuration>

0 commit comments

Comments
 (0)