From f8152410e3bbcdc6ebadfc71057a153dea8664e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E7=94=9F=E7=B1=B3?= <1769704852@qq.com> Date: Mon, 28 Jul 2025 08:44:09 +0000 Subject: [PATCH] =?UTF-8?q?!233=20fix=20=E6=97=A5=E5=BF=97=E4=B8=8D?= =?UTF-8?q?=E8=BE=93=E5=87=BA=E6=96=87=E4=BB=B6=EF=BC=8Cadd=20logback-comm?= =?UTF-8?q?on.xml=20*=20fix=20=E6=97=A5=E5=BF=97=E4=B8=8D=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E6=96=87=E4=BB=B6=EF=BC=8Cadd=20logback-common.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/logback-common.xml | 97 +++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 ruoyi-visual/ruoyi-monitor/src/main/resources/logback-common.xml diff --git a/ruoyi-visual/ruoyi-monitor/src/main/resources/logback-common.xml b/ruoyi-visual/ruoyi-monitor/src/main/resources/logback-common.xml new file mode 100644 index 00000000..89eaa97e --- /dev/null +++ b/ruoyi-visual/ruoyi-monitor/src/main/resources/logback-common.xml @@ -0,0 +1,97 @@ + + + + + + + + + ${log.path}/console.log + + + ${log.path}/console.%d{yyyy-MM-dd}.log + + 1 + + + ${log.pattern} + utf-8 + + + + INFO + + + + + + ${log.path}/info.log + + + + ${log.path}/info.%d{yyyy-MM-dd}.log + + 60 + + + ${log.pattern} + + + + INFO + + ACCEPT + + DENY + + + + + ${log.path}/error.log + + + + ${log.path}/error.%d{yyyy-MM-dd}.log + + 60 + + + ${log.pattern} + + + + ERROR + + ACCEPT + + DENY + + + + + + + 0 + + 512 + + + + + + + + 0 + + 512 + + + + + + + + + + +