From 84f507545293c401c13e754182c9f584d9849bae Mon Sep 17 00:00:00 2001 From: groot Date: Wed, 27 Oct 2021 14:58:38 +0800 Subject: [PATCH] Add log (#10719) Signed-off-by: yhmo --- internal/distributed/querycoord/service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/distributed/querycoord/service.go b/internal/distributed/querycoord/service.go index 18647fe82e..efd6fb03dc 100644 --- a/internal/distributed/querycoord/service.go +++ b/internal/distributed/querycoord/service.go @@ -90,6 +90,7 @@ func (s *Server) Run() error { if err := s.start(); err != nil { return err } + log.Debug("QueryCoord start done ...") return nil }