GitHub user clebertsuconic opened a pull request: https://github.com/apache/activemq-artemis/pull/1601
ARTEMIS-1472 - PN_TRACE_FRM as System.out logging AMQP developers will usually set PN_TRACE_FRM as a System.property to get out some information from Proton regarding the frame processing. It would be a nice idea to also throw some log.info when that property is set at Artemis.. around AMQP Processing, making it easier to Debug AMQP packets. You can merge this pull request into a Git repository by running: $ git pull https://github.com/clebertsuconic/activemq-artemis debug Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-artemis/pull/1601.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1601 ---- commit c8be28bc7d7d84cfdee464591f12d7bf80104189 Author: Clebert Suconic <clebertsuco...@apache.org> Date: 2017-10-19T23:58:06Z ARTEMIS-1472 - PN_TRACE_FRM as System.out logging AMQP developers will usually set PN_TRACE_FRM as a System.property to get out some information from Proton regarding the frame processing. It would be a nice idea to also throw some log.info when that property is set at Artemis.. around AMQP Processing, making it easier to Debug AMQP packets. ---- ---