mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Improve log (#13702)
Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@zilliz.com>pull/13687/head
parent
b54b72e475
commit
9e0219ec3f
|
@ -290,7 +290,7 @@ func (s *Server) Start() error {
|
|||
Params.CreatedTime = time.Now()
|
||||
Params.UpdatedTime = time.Now()
|
||||
atomic.StoreInt64(&s.isServing, ServerStateHealthy)
|
||||
log.Debug("dataCoordinator startup success")
|
||||
log.Debug("DataCoord startup success")
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue