We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4042522 commit 4e8a404Copy full SHA for 4e8a404
spring-data-relational/src/test/resources/logback.xml
@@ -0,0 +1,16 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<configuration>
3
+
4
+ <appender name="console" class="ch.qos.logback.core.ConsoleAppender">
5
+ <encoder>
6
+ <pattern>%d %5p %40.40c:%4L - %m%n</pattern>
7
+ </encoder>
8
+ </appender>
9
10
+ <logger name="org.springframework.data" level="info"/>
11
12
+ <root level="warn">
13
+ <appender-ref ref="console"/>
14
+ </root>
15
16
+</configuration>
0 commit comments