From 560e36b27ec48d9ab2d7f2691f8bf5c7684357e9 Mon Sep 17 00:00:00 2001 From: M0914 <2625053283@qq.com> Date: Wed, 5 Nov 2025 09:36:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=80=E4=B8=8B=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/logback-spring.xml | 35 +++++++++++++++++---------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml index 08e1a23..60463ba 100644 --- a/src/main/resources/logback-spring.xml +++ b/src/main/resources/logback-spring.xml @@ -16,41 +16,50 @@ - - - ${LOG_HOME}/qiumo-help.%d{yyyy-MM-dd}.log - + + ${LOG_HOME}/qiumo-help.log + + + + ${LOG_HOME}/qiumo-help.%d{yyyy-MM-dd}.%i.log + 30 + + 100MB + + 10GB %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{50} - %msg%n UTF-8 - - - 100MB - + + ${LOG_HOME}/error.log ERROR ACCEPT DENY - - ${LOG_HOME}/error.%d{yyyy-MM-dd}.log + + + + ${LOG_HOME}/error.%d{yyyy-MM-dd}.%i.log + 30 + + 100MB + + 5GB %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{50} - %msg%n UTF-8 - - 100MB -