From ae9c823ff91b6b0c73139792ccf5c622575f999b Mon Sep 17 00:00:00 2001
From: lyh <925863403@qq.com>
Date: 星期一, 23 三月 2026 10:11:11 +0800
Subject: [PATCH] 修改
---
src/main/resources/logback-spring.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml
index 3e098d7..51322ad 100644
--- a/src/main/resources/logback-spring.xml
+++ b/src/main/resources/logback-spring.xml
@@ -2,7 +2,7 @@
<configuration>
<!--瀹氫箟鏃ュ織鏂囦欢鐨勫瓨鍌ㄥ湴鍧�,浣跨敤缁濆璺緞-->
- <property name="LOG_HOME" value="E:/logs"/>
+ <property name="LOG_HOME" value="D:/logs"/>
<!-- Console 杈撳嚭璁剧疆 -->
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
@@ -44,4 +44,4 @@
<appender-ref ref="FILE"/>
<appender-ref ref="CONSOLE"/>
</root>
-</configuration>
\ No newline at end of file
+</configuration>
--
Gitblit v1.9.3