Skip to content

Commit

Permalink
[CHORE] Snip a log line that's happy-path and too verbose. (#3328)
Browse files Browse the repository at this point in the history
This one log line generates 2kiB of log for each get.  Probably not
worth keeping around right now.
  • Loading branch information
rescrv authored Dec 18, 2024
1 parent 8b93564 commit 2a96ffe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go/pkg/sysdb/grpc/collection_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ func (s *Server) GetCollectionWithSegments(ctx context.Context, req *coordinator
}

res.Segments = segmentpbList

log.Info("GetCollectionWithSegments succeeded", zap.String("request", req.String()), zap.String("response", res.String()))
return res, nil
}

Expand Down

0 comments on commit 2a96ffe

Please sign in to comment.