[
https://issues.apache.org/jira/browse/DISPATCH-178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14970256#comment-14970256
]
ASF GitHub Bot commented on DISPATCH-178:
-----------------------------------------
GitHub user ganeshmurthy opened a pull request:
https://github.com/apache/qpid-dispatch/pull/26
DISPATCH-178 - Additional fix to include proton's PN_TRACE_RAW and PN…
…_TRACE_DRV messages to be included in dispatch's TRACE logging
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ganeshmurthy/qpid-dispatch DISPATCH-178
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/qpid-dispatch/pull/26.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 #26
----
commit 60d3cf97d9cb99a9d0bdbe56ed58329f578a55dc
Author: ganeshmurthy <[email protected]>
Date: 2015-10-23T01:27:42Z
DISPATCH-178 - Additional fix to include proton's PN_TRACE_RAW and
PN_TRACE_DRV messages to be included in dispatch's TRACE logging
----
> Route proton trace messages to the dispatch router log file instead of console
> ------------------------------------------------------------------------------
>
> Key: DISPATCH-178
> URL: https://issues.apache.org/jira/browse/DISPATCH-178
> Project: Qpid Dispatch
> Issue Type: Improvement
> Components: Router Node
> Affects Versions: 0.5
> Reporter: Ganesh Murthy
> Assignee: Ganesh Murthy
> Priority: Minor
> Fix For: 0.6
>
>
> Steps to reproduce -
> 1. Turn on proton frame level logging by doing the following on the command
> line
> export PN_TRACE_FRM=1
> 2. Add the following line to the dispatch router config file
> (qdrouterd.conf). This will enable trace level logging on the dispatch router
> and send log messages to qdrouterd.log.
> log {
> module: DEFAULT
> enable: trace+
> output: qdrouterd.log
> }
> 3. Now start the dispatch router and receive and send messages using proton's
> simple_receive.py and simple_send.py respectively.
> You will notice that the AMQP frame level trace is shown on the console. The
> frame level traffic handled/generated by the router should appear in the
> qdrouterd.log file.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]