mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Modify log text according to the naming conventions (#14969)
Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>pull/15029/head
parent
8ec3c69447
commit
1807ba534d
|
@ -1457,7 +1457,7 @@ func (st *searchTask) PreExecute(ctx context.Context) error {
|
|||
if showResp.Status.ErrorCode != commonpb.ErrorCode_Success {
|
||||
return errors.New(showResp.Status.Reason)
|
||||
}
|
||||
log.Debug("query coordinator show collections",
|
||||
log.Debug("QueryCoord show collections",
|
||||
zap.Any("collID", collID),
|
||||
zap.Any("collections", showResp.CollectionIDs),
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue