2e5531edd0
* move security content from spring-security-rest-full * swagger update * move query language to new module * rename spring-security-rest-full to spring-rest-full * group persistence modules * group testing modules * try fix conflict * cleanup * group and cleanup
13 lines
373 B
XML
13 lines
373 B
XML
<configuration>
|
|
|
|
<appender name="stdout" class="ch.qos.logback.core.ConsoleAppender">
|
|
<encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
|
|
<pattern>%-4r [%t] %5p %c{1} - %m - tx.id=%X{transaction.id} tx.owner=%X{transaction.owner}%n</pattern>
|
|
</encoder>
|
|
</appender>
|
|
|
|
<root level="TRACE">
|
|
<appender-ref ref="stdout" />
|
|
</root>
|
|
|
|
</configuration> |