工作流恢复

This commit is contained in:
litianxiang
2026-05-06 17:13:36 +08:00
parent 749241f19b
commit 88c73c4462
2 changed files with 118 additions and 49 deletions

View File

@@ -3,7 +3,7 @@
<include resource="org/springframework/boot/logging/logback/defaults.xml" />
<!-- 日志存放路径(可通过环境变量覆盖) -->
<property name="log.path" value="${LOG_PATH:-./log}" />
<property name="log.path" value="./log" />
<!-- 各服务独立文件名 -->
<property name="log.file.name" value="aida-seller" />