Polishing.

Setting Log level to WARN/INFO for relational.

See #1058
Original pull request #1107
This commit is contained in:
Jens Schauder
2021-12-08 09:25:53 +01:00
parent 4042522474
commit 4e8a404139

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d %5p %40.40c:%4L - %m%n</pattern>
</encoder>
</appender>
<logger name="org.springframework.data" level="info"/>
<root level="warn">
<appender-ref ref="console"/>
</root>
</configuration>