From 5a918332a0ae50c9174b5ea4c179d0776d24c72a Mon Sep 17 00:00:00 2001 From: lizw-2015 <1183409807@qq.com> Date: Tue, 1 Jul 2025 09:51:22 +0800 Subject: [PATCH] =?UTF-8?q?conf(servo):=20=E5=AE=8C=E5=96=84=20logback=20?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E8=BF=87=E6=BB=A4=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 ThresholdFilter 中添加 onMatch 和 onMismatch 属性 - 确保只输出 DEBUG 级别及以上的日志信息 --- servo/src/main/resources/logback-spring.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/servo/src/main/resources/logback-spring.xml b/servo/src/main/resources/logback-spring.xml index 74df75b..ad54032 100644 --- a/servo/src/main/resources/logback-spring.xml +++ b/servo/src/main/resources/logback-spring.xml @@ -69,6 +69,8 @@ DEBUG + ACCEPT + DENY