diff --git a/internal/datacoord/services.go b/internal/datacoord/services.go index 1b9a983c99..c2df6d938a 100644 --- a/internal/datacoord/services.go +++ b/internal/datacoord/services.go @@ -312,6 +312,7 @@ func (s *Server) SaveBinlogPaths(ctx context.Context, req *datapb.SaveBinlogPath } log.Debug("receive SaveBinlogPaths request", + zap.Int64("nodeID", req.GetBase().GetSourceID()), zap.Int64("collectionID", req.GetCollectionID()), zap.Int64("segmentID", req.GetSegmentID()), zap.Bool("isFlush", req.GetFlushed()),