From 68cc38596199aacd2d88e7be71b88294927eb0cb Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Sun, 28 Sep 2025 17:46:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agt-server/src/main/resources/application-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agt-server/src/main/resources/application-test.yaml b/agt-server/src/main/resources/application-test.yaml index 600b603..000c173 100644 --- a/agt-server/src/main/resources/application-test.yaml +++ b/agt-server/src/main/resources/application-test.yaml @@ -142,7 +142,7 @@ spring: # 日志文件配置 logging: file: - name: ${user.home}/logs/${spring.application.name}.log # 日志文件名,全路径 + name: /agt/logs/${spring.application.name}.log # 日志文件名,全路径 level: # 配置自己写的 MyBatis Mapper 打印日志 org.agt.module.bpm.dal.mysql: debug