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