michaelandrepearce commented on a change in pull request #28: NO-JIRA: Extend
logging
URL: https://github.com/apache/activemq-nms-amqp/pull/28#discussion_r322229474
##########
File path: src/NMS.AMQP/NmsSession.cs
##########
@@ -470,6 +479,10 @@ public NmsMessageProducer ProducerClosed(Id producerId,
Exception cause)
Tracer.DebugFormat("Ignoring exception thrown during
cleanup of closed producer", error);
}
}
+ else
+ {
+ Tracer.Debug($"NmsMessageProducer: {producerId} not found in
session {this.SessionInfo.Id}.");
Review comment:
if debug enabled required
----------------------------------------------------------------
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