#AI
Junjie
2 天以前 0f7621c51507ee1e927b10dba7c9c62c0e524a74
src/main/resources/logback-spring.xml
@@ -3,6 +3,9 @@
    <include resource="org/springframework/boot/logging/logback/defaults.xml"/>
    <springProperty scope="context" name="LOG_FILE_PATH" source="logging.file.path"/>
    <property name="LOG_PATH" value="${LOG_FILE_PATH:-./stock/out/@pom.build.finalName@/logs}"/>
    <property name="CONSOLE_LOG_PATTERN"
              value="%date{yyyy-MM-dd HH:mm:ss}|%highlight(%-5level)|%boldYellow(%thread)|%boldGreen(%logger) %msg%n">
    </property>
@@ -62,4 +65,4 @@
        <appender-ref ref="INFO_FILE"/>
        <appender-ref ref="ERROR_FILE"/>
    </root>
</configuration>
</configuration>