Havret commented on a change in pull request #28: NO-JIRA: Extend logging
URL: https://github.com/apache/activemq-nms-amqp/pull/28#discussion_r323441669
##########
File path: src/NMS.AMQP/Transport/TransportContext.cs
##########
@@ -56,7 +56,6 @@ static TransportContext()
// Warning Warn
// Error Error
//
- Amqp.Trace.TraceLevel = Amqp.TraceLevel.Verbose |
Amqp.TraceLevel.Frame;
Review comment:
Good catch. I disabled them because they bloated my logs during debugging.
Taking the opportunity, I change the implementation to adjust it to qpid.
From now on frames logging is disabled by default, and you can enable it by
adding the option amqp.traceFrames=true to your connection uri.
https://qpid.apache.org/releases/qpid-jms-0.29.0/docs/index.html#logging
----------------------------------------------------------------
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