mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Add log info (#14430)
Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
parent
a9233fab54
commit
3e51997699
@ -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()),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user