|
@@ -1,9 +1,6 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<configuration debug="true" scan="true" scanPeriod="30 seconds">
|
|
|
|
|
|
- <springProperty scope="context" name="logLevel" source="$log.level.default" />
|
|
|
- <springProperty scope="context" name="logRootPath" source="$log.rootPath" />
|
|
|
-
|
|
|
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
|
|
|
<encoder>
|
|
|
<pattern>%d{yyyy-MM-dd HH:mm:ss.SSS}| %level | %X{TRACE_ID} - %X{KEY} | %m | [%class:%line]%n</pattern>
|