You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/10/20 00:02:00 UTC

[jira] [Commented] (ARTEMIS-1472) Use PN_TRACE_FRAME as a signal for System.out logging on AMQP events

    [ https://issues.apache.org/jira/browse/ARTEMIS-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16211948#comment-16211948 ] 

ASF GitHub Bot commented on ARTEMIS-1472:
-----------------------------------------

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

----


> Use PN_TRACE_FRAME as a signal for System.out logging on AMQP events
> --------------------------------------------------------------------
>
>                 Key: ARTEMIS-1472
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1472
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: AMQP
>    Affects Versions: 2.3.0
>            Reporter: clebert suconic
>            Assignee: clebert suconic
>             Fix For: 2.4.0
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)