From 17777e1ce5faf3e6d79c0fa7c36fa5ce153385bd Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期四, 29 五月 2025 11:08:24 +0800
Subject: [PATCH] Merge branch 'master' of http://gitea.lunor.cn/java_templates/ruoyi_java

---
 ruoyi-admin/src/main/resources/logback.xml.example |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-admin/src/main/resources/logback.xml.example b/ruoyi-admin/src/main/resources/logback.xml.example
index a360583..afdb6d7 100644
--- a/ruoyi-admin/src/main/resources/logback.xml.example
+++ b/ruoyi-admin/src/main/resources/logback.xml.example
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <configuration>
     <!-- 鏃ュ織瀛樻斁璺緞 -->
-	<property name="log.path" value="/home/ruoyi/logs" />
+	<property name="log.path" value="C:/Users/12631/Desktop/download/logs" />
     <!-- 鏃ュ織杈撳嚭鏍煎紡 -->
 	<property name="log.pattern" value="%d{HH:mm:ss.SSS} [%thread] %-5level %logger{20} - [%method,%line] - %msg%n" />
 

--
Gitblit v1.9.3