Use logutil in DataCoord (#14737)

Signed-off-by: sunby <bingyi.sun@zilliz.com>

Co-authored-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
Bingyi Sun 2022-01-04 17:31:23 +08:00 committed by GitHub
parent a50a0cece0
commit 37c9419707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -677,7 +677,7 @@ func (s *Server) startFlushLoop(ctx context.Context) {
for {
select {
case <-ctx.Done():
log.Debug("flush loop shutdown")
logutil.Logger(s.ctx).Debug("flush loop shutdown")
return
case segmentID := <-s.flushCh:
//Ignore return error