From ec3e7326246b5543089b14e53275e2aca8e39f96 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 06 六月 2023 14:01:39 +0800 Subject: [PATCH] 修改logback日志输出功能 --- src/main/resources/application.yml | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index be09763..5e4c804 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -29,8 +29,11 @@ # 鏃ュ織閰嶇疆 logging: - config: classpath:logback-spring.xml - + #config: classpath:logback-spring.xml + level: + com.yssh: info + org.springframework: error + #MyBatis閰嶇疆 mybatis: mapper-locations: classpath:mapping/*.xml -- Gitblit v1.9.3