You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by pgfox <gi...@git.apache.org> on 2017/12/05 07:15:39 UTC

[GitHub] activemq-artemis pull request #1686: ARTEMIS-1534 added openwire logging (tr...

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 <pa...@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

----


---

[GitHub] activemq-artemis pull request #1686: ARTEMIS-1534 added openwire logging (tr...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/1686


---