| | |
| | | |
| | | <springProperty scope="context" name="springAppName" source="spring.application.name"/> |
| | | <!-- 日志在工程中的输出位置 --> |
| | | <property name="LOG_FILE" value="home/moral/soft/log/${springAppName}"/> |
| | | <property name="LOG_FILE" value="/home/moral/soft/log/${springAppName}"/> |
| | | <!-- 控制台的日志输出样式 --> |
| | | <property name="CONSOLE_LOG_PATTERN" |
| | | value="%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}) [%X{logseq}]{faint} %clr(${LOG_LEVEL_PATTERN:-%5p}) %clr([${springAppName}]){yellow} %clr(${PID:- }){magenta} %clr(---){faint} %clr([%15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}"/> |