jinpengyong
2021-11-03 60b08301cbc6f150e4c0107bd16b53673214d972
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}"/>