From 74040479a135fd357288d23e39971c1a43066f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Thu, 13 Apr 2023 11:04:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(logback-spring.xml):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=9B=A0=E9=94=99=E8=AF=AF=E4=BD=BF=E7=94=A8`LevelFilter`?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E8=BE=93=E5=87=BA=E5=88=B0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E6=97=A5=E5=BF=97=E9=99=A4=E4=BA=86`INFO`=E5=85=B6?= =?UTF-8?q?=E4=BB=96=E7=BA=A7=E5=88=AB=E6=97=A5=E5=BF=97=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/logback-spring.xml | 25 +++++++++---------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/youlai-common/common-log/src/main/resources/logback-spring.xml b/youlai-common/common-log/src/main/resources/logback-spring.xml index a6839fac..38c9ffa6 100644 --- a/youlai-common/common-log/src/main/resources/logback-spring.xml +++ b/youlai-common/common-log/src/main/resources/logback-spring.xml @@ -3,10 +3,10 @@ - + - + @@ -30,43 +30,42 @@ %d{yyyy-MM-dd HH:mm:ss.SSS} -%5level ---[%15.15thread] %-40.40logger{39} : %msg%n%n UTF-8 - + ${LOG_HOME}/%d{yyyy-MM-dd}.%i.log - 100MB + 20MB 15 - + + INFO - ACCEPT - DENY - + - + - - + + - - + + -- GitLab