Skip to content

Commit

Permalink
eventCollector: add debug log
Browse files Browse the repository at this point in the history
Signed-off-by: dongmen <[email protected]>
  • Loading branch information
asddongmen committed Nov 8, 2024
1 parent 648a913 commit 5fdb7e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions downstreamadapter/eventcollector/event_collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ func (c *EventCollector) RecvEventsMessage(_ context.Context, msg *messaging.Tar
}
default:
c.metricDispatcherReceivedKVEventCount.Inc()
log.Info("hyy receive event", zap.Any("commitTs", event.GetCommitTs()), zap.Any("dispatcher", event.GetDispatcherID()), zap.Any("seq", event.GetSeq()))
c.ds.In() <- dispatcher.NewDispatcherEvent(event)
}
}
Expand Down

0 comments on commit 5fdb7e2

Please sign in to comment.