GitHub user pgfox opened a pull request: https://github.com/apache/activemq-artemis/pull/1686
ARTEMIS-1534 added openwire logging (trace level) to log openwire commands that are received/sent by the broker. This is similar to the CORE protocol packet level logging in org/apache/activemq/artemis/core/protocol/core/impl/ChannelImpl.java and org/apache/activemq/artemis/core/protocol/core/impl/RemotingConnectionImpl.java You can merge this pull request into a Git repository by running: $ git pull https://github.com/pgfox/activemq-artemis openwire_logging Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-artemis/pull/1686.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 #1686 ---- commit 813f5b459f465effa75883f37e851550c2132adc Author: Pat Fox <pat.g....@gmail.com> Date: 2017-12-02T11:10:38Z ARTEMIS-1534 added openwire logging (trace level) to log openwire commands that are received/sent by the broker ---- ---