kgiusti commented on a change in pull request #676: DISPATCH-1518: Added
ability to turn on protocol frame trace logging …
URL: https://github.com/apache/qpid-dispatch/pull/676#discussion_r377660322
##########
File path: python/qpid_dispatch/management/qdrouter.json
##########
@@ -1750,6 +1750,12 @@
"description": "Indicates whether the connection content
is encrypted.",
"type": "boolean"
},
+ "enableProtocolTrace": {
+ "description": "Indicates whether protocol level amqp
frame trace logging is turned on or off for this connection.",
+ "type": "boolean",
+ "create": false,
+ "default": false
+ },
Review comment:
Should this include "update": true?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]