apache / rocketmq-mqtt

Apache rocketmq
https://rocketmq.apache.org/
Apache License 2.0
182 stars 65 forks source link

fix logger level in Mqtt5PublishHandler #301

Closed AlieZ22 closed 4 months ago

AlieZ22 commented 4 months ago

When mqtt5.0 produces messages, the log error is found as follows: image However, there is no problem with the mqtt5.0 production and consumption process. The reason is that when entering the topicAliasInvalid check, error-level logs are directly printed. image So, fix it to debug-level.