Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1592#discussion_r145683623
--- Diff:
artemis-protocols/artemis-mqtt-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/mqtt/MQTTUtil.java
---
@@ -133,37 +142,84 @@ public static Message createPubRelMessage(MQTTSession
session, SimpleString addr
public static void logMessage(MQTTSessionState state, MqttMessage
message, boolean inbound) {
if (logger.isTraceEnabled()) {
+ traceMessage(state, message, inbound);
--- End diff --
nice +1
---