[skip e2e]Improve log format (#14887)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
pull/14889/head
xige-16 2022-01-05 21:15:20 +08:00 committed by GitHub
parent d751357be1
commit b3d33a78f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -462,6 +462,8 @@ func (node *QueryNode) ReleaseSegments(ctx context.Context, in *queryPb.ReleaseS
status.Reason = err.Error()
}
}
log.Debug("release segments done", zap.Int64("collectionID", in.CollectionID), zap.Int64s("segmentIDs", in.SegmentIDs))
return status, nil
}