mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[skip ci]Improve log style (#13007)
Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
parent
4465d37322
commit
48c5632277
@ -406,7 +406,7 @@ func (s *Server) startServerLoop() {
|
||||
s.startFlushLoop(s.serverLoopCtx)
|
||||
s.garbageCollector.start()
|
||||
go s.session.LivenessCheck(s.serverLoopCtx, func() {
|
||||
log.Error("Data Coord disconnected from etcd, process will exit", zap.Int64("Server Id", s.session.ServerID))
|
||||
log.Error("DataCoord disconnected from etcd, process will exit", zap.Int64("ServerID", s.session.ServerID))
|
||||
if err := s.Stop(); err != nil {
|
||||
log.Fatal("failed to stop server", zap.Error(err))
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user