|
@@ -1,7 +1,7 @@
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<configuration debug="false" scan="false">
|
|
<configuration debug="false" scan="false">
|
|
<springProperty scop="context" name="spring.application.name" source="spring.application.name" defaultValue=""/>
|
|
<springProperty scop="context" name="spring.application.name" source="spring.application.name" defaultValue=""/>
|
|
- <property name="log.path" value="logs"/>
|
|
|
|
|
|
+ <property name="log.path" value="/home/jkxy-01/rs/logs"/>
|
|
<!-- 彩色日志格式 -->
|
|
<!-- 彩色日志格式 -->
|
|
<property name="CONSOLE_LOG_PATTERN"
|
|
<property name="CONSOLE_LOG_PATTERN"
|
|
value="${CONSOLE_LOG_PATTERN:-%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(${LOG_LEVEL_PATTERN:-%5p}) %clr(${PID:- }){magenta} %clr(---){faint} %clr([%15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}}"/>
|
|
value="${CONSOLE_LOG_PATTERN:-%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(${LOG_LEVEL_PATTERN:-%5p}) %clr(${PID:- }){magenta} %clr(---){faint} %clr([%15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}}"/>
|