Commit d99ec600 authored by Savorboard's avatar Savorboard

add logs.

parent 01aeb132
...@@ -178,6 +178,8 @@ namespace DotNetCore.CAP ...@@ -178,6 +178,8 @@ namespace DotNetCore.CAP
private (Guid, string) TracingBefore(string topic, string values) private (Guid, string) TracingBefore(string topic, string values)
{ {
_logger.LogDebug("CAP received topic message:" + topic);
Guid operationId = Guid.NewGuid(); Guid operationId = Guid.NewGuid();
var eventData = new BrokerConsumeEventData( var eventData = new BrokerConsumeEventData(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment