diff --git a/modules/core/src/main/resources/config/jeesite-core.yml b/modules/core/src/main/resources/config/jeesite-core.yml index 2f995109..273e9744 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -123,7 +123,7 @@ logging: config: classpath:config/logback-spring.xml # level: # root: warn -# com.jeesite: debug +# com.jeesite.modules: debug # MyBatis 相关 mybatis: diff --git a/modules/core/src/main/resources/config/logger-core.xml b/modules/core/src/main/resources/config/logger-core.xml index 639ef2ae..ab68c9bb 100644 --- a/modules/core/src/main/resources/config/logger-core.xml +++ b/modules/core/src/main/resources/config/logger-core.xml @@ -1,6 +1,6 @@ - + diff --git a/web-api/src/main/resources/config/application.yml b/web-api/src/main/resources/config/application.yml index 2da1a197..95ed006e 100644 --- a/web-api/src/main/resources/config/application.yml +++ b/web-api/src/main/resources/config/application.yml @@ -308,7 +308,7 @@ logging: config: classpath:config/logback-spring.xml # level: # root: warn -# com.jeesite: debug +# com.jeesite.modules: debug # MyBatis 相关 mybatis: diff --git a/web-fast/src/main/resources/config/application.yml b/web-fast/src/main/resources/config/application.yml index a2131439..226ef7f2 100644 --- a/web-fast/src/main/resources/config/application.yml +++ b/web-fast/src/main/resources/config/application.yml @@ -106,7 +106,7 @@ logging: config: classpath:config/logback-spring.xml # level: # root: warn -# com.jeesite: debug +# com.jeesite.modules: debug # MyBatis 相关 mybatis: diff --git a/web/src/main/resources/config/application.yml b/web/src/main/resources/config/application.yml index cb9f3f1d..1a028b3c 100644 --- a/web/src/main/resources/config/application.yml +++ b/web/src/main/resources/config/application.yml @@ -308,7 +308,7 @@ logging: config: classpath:config/logback-spring.xml # level: # root: warn -# com.jeesite: debug +# com.jeesite.modules: debug # MyBatis 相关 mybatis: