jbertram commented on PR #4648: URL: https://github.com/apache/activemq-artemis/pull/4648#issuecomment-1761705687
The main details in the new logging are the MQTT client ID as well as the ID for the MQTT `PUBLISH` packet. Neither of these will be available in the audit log. You'd need MQTT protocol logging (i.e. `TRACE` on `org.apache.activemq.artemis.core.protocol.mqtt.MQTTUtil`) to be active. I considered putting this new logging on that same logger, but ultimately I didn't. What do you think about using the same logger as the protocol trace? Thinking about it more now it seems like a natural fit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
