2016-10-31 17:02:30 +01:00
|
|
|
<configuration>
|
|
|
|
|
|
|
|
|
|
<appender name="stdout" class="ch.qos.logback.core.ConsoleAppender">
|
|
|
|
|
<encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
|
2016-11-06 17:39:06 +01:00
|
|
|
<pattern>%-4r [%t] %5p %c{1} - %m - tx.id=%X{transaction.id} tx.owner=%X{transaction.owner}%n</pattern>
|
2016-10-31 17:02:30 +01:00
|
|
|
</encoder>
|
|
|
|
|
</appender>
|
|
|
|
|
|
|
|
|
|
<root level="TRACE">
|
|
|
|
|
<appender-ref ref="stdout" />
|
|
|
|
|
</root>
|
|
|
|
|
|
|
|
|
|
</configuration>
|