From 21b9bad75f43d9a815b01c922c194cce5ccf5eeb Mon Sep 17 00:00:00 2001 From: dengchun Date: Fri, 23 May 2025 10:26:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0sql=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- physical-launcher/src/main/resources/application-dev.yml | 1 + physical-launcher/src/main/resources/application-prod.yml | 1 + physical-launcher/src/main/resources/application-release.yml | 1 + physical-launcher/src/main/resources/application-test.yml | 1 + physical-launcher/src/main/resources/logback-spring.xml | 4 ++++ 5 files changed, 8 insertions(+) diff --git a/physical-launcher/src/main/resources/application-dev.yml b/physical-launcher/src/main/resources/application-dev.yml index 179bf99..79a2b3f 100644 --- a/physical-launcher/src/main/resources/application-dev.yml +++ b/physical-launcher/src/main/resources/application-dev.yml @@ -273,6 +273,7 @@ cas: prefixUrl: http://cas.example.org:8443/cas logging: level: + com.baomidou.mybatisplus.core.override: debug org.flywaydb: debug org.jeecg.modules.system.mapper: info org.jeecg.modules.database.mapper: info diff --git a/physical-launcher/src/main/resources/application-prod.yml b/physical-launcher/src/main/resources/application-prod.yml index f4d014a..804e373 100644 --- a/physical-launcher/src/main/resources/application-prod.yml +++ b/physical-launcher/src/main/resources/application-prod.yml @@ -270,6 +270,7 @@ cas: prefixUrl: http://cas.example.org:8443/cas logging: level: + com.baomidou.mybatisplus.core.override: debug org.flywaydb: debug org.jeecg.modules.system.mapper: info org.jeecg.modules.database.mapper: info diff --git a/physical-launcher/src/main/resources/application-release.yml b/physical-launcher/src/main/resources/application-release.yml index fc3469d..9223fb7 100644 --- a/physical-launcher/src/main/resources/application-release.yml +++ b/physical-launcher/src/main/resources/application-release.yml @@ -270,6 +270,7 @@ cas: #Mybatis输出sql日志 logging: level: + com.baomidou.mybatisplus.core.override: debug org.flywaydb: debug org.jeecg.modules.system.mapper: info org.jeecg.modules.database.mapper: info diff --git a/physical-launcher/src/main/resources/application-test.yml b/physical-launcher/src/main/resources/application-test.yml index e6057ff..5bbda8e 100644 --- a/physical-launcher/src/main/resources/application-test.yml +++ b/physical-launcher/src/main/resources/application-test.yml @@ -286,6 +286,7 @@ cas: #Mybatis输出sql日志 logging: level: + com.baomidou.mybatisplus.core.override: debug org.flywaydb: debug org.jeecg.modules.system.mapper: info org.jeecg.modules.database.mapper: info diff --git a/physical-launcher/src/main/resources/logback-spring.xml b/physical-launcher/src/main/resources/logback-spring.xml index 6f25e5d..c50b0bc 100644 --- a/physical-launcher/src/main/resources/logback-spring.xml +++ b/physical-launcher/src/main/resources/logback-spring.xml @@ -54,6 +54,9 @@ + + + @@ -63,6 +66,7 @@ + \ No newline at end of file