jinpengyong
2024-01-30 cdec9062c85f52d43e8d74e82cbcf9f8606ebb01
screen-api/src/main/resources/logback-spring.xml
@@ -4,7 +4,7 @@
   <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}"/>