You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2020/04/24 21:00:06 UTC

[GitHub] [qpid-dispatch] bhardesty opened a new pull request #727: DISPATCH-1629: Add note about enabling connection trace logging

bhardesty opened a new pull request #727:
URL: https://github.com/apache/qpid-dispatch/pull/727


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] [qpid-dispatch] bhardesty commented on a change in pull request #727: DISPATCH-1629: Add note about enabling connection trace logging

Posted by GitBox <gi...@apache.org>.
bhardesty commented on a change in pull request #727:
URL: https://github.com/apache/qpid-dispatch/pull/727#discussion_r414860791



##########
File path: docs/books/modules/user-guide/troubleshooting-using-logs.adoc
##########
@@ -41,6 +41,13 @@ In this example, `ROUTER` logs show the lifecycle of a connection and a link tha
 <2> A link is attached over the connection. The link is identified with a unique ID (`L6`). The log also shows the direction of the link, and the source and target addresses.
 <3> The link is detached. The log shows the link's terminal statistics.
 <4> The connection is closed.
+
+NOTE: If necessary, you can use `qdmanage` to enable protocol-level trace logging for a particular connection. You can use this to trace the AMQP frames. For example:
+
+[options="nowrap"]
+----
+$ qdmanage update --type=connection id=C1 enableProtocolTrace=true
+----
 ====

Review comment:
       @ganeshmurthy does this look OK?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org