1 changed files with 3 additions and 26 deletions
@ -1,29 +1,6 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
<?xml version="1.0" encoding="UTF-8"?> |
||||||
<configuration> |
<configuration> |
||||||
<property name="LOG_PATTERN" value="[%d{yyyy-MM-dd HH:mm:ss.SSS}] - ${PID:-????} %5p [%t] --- %c{1}: %m%n"/> |
<include resource="org/springframework/boot/logging/logback/base.xml"/> |
||||||
<property name="LOG_FILE" value="${LOG_FILE:-${LOG_PATH:-/tmp/}spring.log}"/> |
|
||||||
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> |
|
||||||
<encoder> |
|
||||||
<pattern>${LOG_PATTERN}</pattern> |
|
||||||
</encoder> |
|
||||||
</appender> |
|
||||||
<appender name="FILE" |
|
||||||
class="ch.qos.logback.core.rolling.RollingFileAppender"> |
|
||||||
<encoder> |
|
||||||
<pattern>${LOG_PATTERN}</pattern> |
|
||||||
</encoder> |
|
||||||
<file>${LOG_FILE}</file> |
|
||||||
<rollingPolicy class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy"> |
|
||||||
<fileNamePattern>${LOG_FILE}.%i</fileNamePattern> |
|
||||||
</rollingPolicy> |
|
||||||
<triggeringPolicy |
|
||||||
class="ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy"> |
|
||||||
<MaxFileSize>10MB</MaxFileSize> |
|
||||||
</triggeringPolicy> |
|
||||||
</appender> |
|
||||||
<logger name="org.springframework.integration.file" level="DEBUG" /> |
<logger name="org.springframework.integration.file" level="DEBUG" /> |
||||||
<root level="INFO"> |
|
||||||
<appender-ref ref="CONSOLE" /> |
|
||||||
<appender-ref ref="FILE" /> |
|
||||||
</root> |
|
||||||
</configuration> |
</configuration> |
||||||
Loading…
Reference in new issue