diff --git a/example/mica-mqtt-client-spring-boot-example/src/main/resources/application.yml b/example/mica-mqtt-client-spring-boot-example/src/main/resources/application.yml index 46868bd8..32fc7084 100644 --- a/example/mica-mqtt-client-spring-boot-example/src/main/resources/application.yml +++ b/example/mica-mqtt-client-spring-boot-example/src/main/resources/application.yml @@ -41,3 +41,4 @@ logging: root: info server: info # t-io 服务端默认日志 org.tio: info # t-io 服务端默认日志 + net.dreamlu.iot.mqtt: info # mica-mqtt 日志 diff --git a/example/mica-mqtt-server-spring-boot-example/src/main/resources/application.yml b/example/mica-mqtt-server-spring-boot-example/src/main/resources/application.yml index 0ef33c9d..a10cc321 100644 --- a/example/mica-mqtt-server-spring-boot-example/src/main/resources/application.yml +++ b/example/mica-mqtt-server-spring-boot-example/src/main/resources/application.yml @@ -60,3 +60,4 @@ logging: root: info server: info # t-io 服务端默认日志 org.tio: info # t-io 服务端默认日志 + net.dreamlu.iot.mqtt: info # mica-mqtt 日志 diff --git a/pom.xml b/pom.xml index 90659144..6257a4c0 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ - 2.3.6 + 2.3.7-SNAPSHOT 1.8 UTF-8