From 040ecb2532859f369518cb49287c5c2d4cf22308 Mon Sep 17 00:00:00 2001
From: gssong <1742057357@qq.com>
Date: 星期一, 08 四月 2024 21:30:36 +0800
Subject: [PATCH] add 添加初始化配置数据(demo使用,不用可删除)

---
 ruoyi-extend/ruoyi-easyretry-server/src/main/resources/logback-plus.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ruoyi-extend/ruoyi-easyretry-server/src/main/resources/logback-plus.xml b/ruoyi-extend/ruoyi-easyretry-server/src/main/resources/logback-plus.xml
index 5acaefa..703c0a7 100644
--- a/ruoyi-extend/ruoyi-easyretry-server/src/main/resources/logback-plus.xml
+++ b/ruoyi-extend/ruoyi-easyretry-server/src/main/resources/logback-plus.xml
@@ -1,5 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <configuration>
-
     <property name="log.path" value="./logs/ruoyi-easyretry-server" />
     <property name="console.log.pattern"
               value="%red(%d{yyyy-MM-dd HH:mm:ss}) %green([%thread]) %highlight(%-5level) %boldMagenta(%logger{36}%n) - %msg%n"/>
@@ -50,7 +50,7 @@
     </appender>
 
     <appender name="file_error" class="ch.qos.logback.core.rolling.RollingFileAppender">
-        <file>${log.base}/error.log</file>
+        <file>${log.path}/error.log</file>
         <rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
             <FileNamePattern>${log.base}/error.%d{yyyy-MM-dd}.log
             </FileNamePattern>

--
Gitblit v1.9.3