From 31c5bc07ad959dae67367e48382e5b8ff72710a5 Mon Sep 17 00:00:00 2001 From: dengchun Date: Sun, 25 May 2025 12:48:20 +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 --- .../src/main/resources/application-dev.yml | 4 ++-- .../src/main/resources/application-prod.yml | 4 ++-- .../main/resources/application-release.yml | 4 ++-- .../src/main/resources/application-test.yml | 4 ++-- .../src/main/resources/logback-spring.xml | 22 +++++++++---------- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/physical-launcher/src/main/resources/application-dev.yml b/physical-launcher/src/main/resources/application-dev.yml index 79a2b3f..c919360 100644 --- a/physical-launcher/src/main/resources/application-dev.yml +++ b/physical-launcher/src/main/resources/application-dev.yml @@ -275,8 +275,8 @@ logging: level: com.baomidou.mybatisplus.core.override: debug org.flywaydb: debug - org.jeecg.modules.system.mapper: info - org.jeecg.modules.database.mapper: info + org.jeecg.modules.system.mapper: debug + org.jeecg.modules.database.mapper: debug #swagger knife4j: #开启增强配置 diff --git a/physical-launcher/src/main/resources/application-prod.yml b/physical-launcher/src/main/resources/application-prod.yml index 804e373..efe3b56 100644 --- a/physical-launcher/src/main/resources/application-prod.yml +++ b/physical-launcher/src/main/resources/application-prod.yml @@ -272,8 +272,8 @@ logging: level: com.baomidou.mybatisplus.core.override: debug org.flywaydb: debug - org.jeecg.modules.system.mapper: info - org.jeecg.modules.database.mapper: info + org.jeecg.modules.system.mapper: debug + org.jeecg.modules.database.mapper: debug #swagger knife4j: #开启增强配置 diff --git a/physical-launcher/src/main/resources/application-release.yml b/physical-launcher/src/main/resources/application-release.yml index 9223fb7..6fcbe3b 100644 --- a/physical-launcher/src/main/resources/application-release.yml +++ b/physical-launcher/src/main/resources/application-release.yml @@ -272,8 +272,8 @@ logging: level: com.baomidou.mybatisplus.core.override: debug org.flywaydb: debug - org.jeecg.modules.system.mapper: info - org.jeecg.modules.database.mapper: info + org.jeecg.modules.system.mapper: debug + org.jeecg.modules.database.mapper: debug #swagger knife4j: #开启增强配置 diff --git a/physical-launcher/src/main/resources/application-test.yml b/physical-launcher/src/main/resources/application-test.yml index 5bbda8e..630b49c 100644 --- a/physical-launcher/src/main/resources/application-test.yml +++ b/physical-launcher/src/main/resources/application-test.yml @@ -288,8 +288,8 @@ logging: level: com.baomidou.mybatisplus.core.override: debug org.flywaydb: debug - org.jeecg.modules.system.mapper: info - org.jeecg.modules.database.mapper: info + org.jeecg.modules.system.mapper: debug + org.jeecg.modules.database.mapper: debug #swagger knife4j: #开启增强配置 diff --git a/physical-launcher/src/main/resources/logback-spring.xml b/physical-launcher/src/main/resources/logback-spring.xml index 49cfbea..7c7e2a1 100644 --- a/physical-launcher/src/main/resources/logback-spring.xml +++ b/physical-launcher/src/main/resources/logback-spring.xml @@ -45,29 +45,29 @@ + + + + + + - - - + + + + - - - - - - - - + \ No newline at end of file