From 999ef6c2c48070d2762ee5c34183b6097bf739b4 Mon Sep 17 00:00:00 2001 From: wu xiangkai Date: Thu, 27 Oct 2022 11:04:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=B8=B8=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spring/log/log.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/log/log.md b/spring/log/log.md index 6fc345e..af187dc 100644 --- a/spring/log/log.md +++ b/spring/log/log.md @@ -81,5 +81,5 @@ logging.level.tomcat=trace ``` > Spring Boot具有如下先定义好的log group,可以开箱即用 > - web : org.springframework.core.codec, org.springframework.http, org.springframework.web, org.springframework.boot.actuate.endpoint.web, org.springframework.boot.web.servlet.ServletContextInitializerBeans -> - org.springframework.jdbc.core, org.hibernate.SQL, org.jooq.tools.LoggerListener +> - sql : org.springframework.jdbc.core, org.hibernate.SQL, org.jooq.tools.LoggerListener