From 830ce487210644614976513aeb71f0d5a8666e5a Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Thu, 13 Apr 2023 11:07:08 +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 | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml index bb4b5a08..b8be64e7 100644 --- a/src/main/resources/logback-spring.xml +++ b/src/main/resources/logback-spring.xml @@ -3,14 +3,14 @@ - + - + - + DEBUG @@ -39,26 +39,25 @@ 15 - + + INFO - ACCEPT - DENY - - + + - - + + \ No newline at end of file