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