Abbreviated JPA sample module folder names. Renamed the Java 8 auditing sample module to Java 8 module as it not only contains samples for auditing anymore.
16 lines
354 B
XML
16 lines
354 B
XML
<?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="debug" />
|
|
|
|
<root level="info">
|
|
<appender-ref ref="console" />
|
|
</root>
|
|
|
|
</configuration> |