[skip e2e] Modify log text according to the naming conventions (#14969)

Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>
pull/15029/head
guoxiangzhou 2022-01-07 18:41:23 +08:00 committed by GitHub
parent 8ec3c69447
commit 1807ba534d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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),
)