From c0a64d9ac8e10f3a4ec848906976b95f4a18f475 Mon Sep 17 00:00:00 2001 From: weitang Date: Wed, 9 Jul 2025 14:32:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AE=BE=E7=BD=AE=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E7=BA=A7=E5=88=AB=20=E8=AE=BE=E7=BD=AE=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E6=9F=A5=E8=AF=A2=E6=97=A5=E5=BF=97=E7=9A=84=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E7=BA=A7=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/application.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/main/resources/application.yml b/backend/src/main/resources/application.yml index 718c7a9..cf43295 100644 --- a/backend/src/main/resources/application.yml +++ b/backend/src/main/resources/application.yml @@ -87,6 +87,7 @@ logging: org.hibernate.SQL: ${LOG_LEVEL_SQL:WARN} org.hibernate.type.descriptor.sql.BasicBinder: ${LOG_LEVEL_SQL_PARAMS:WARN} org.flywaydb: DEBUG + com.stdproject.service.manage: INFO pattern: console: "%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n" file: "%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n"