From 1807ba534d1b896f5758a04897fa844a293b5a6f Mon Sep 17 00:00:00 2001 From: guoxiangzhou Date: Fri, 7 Jan 2022 18:41:23 +0800 Subject: [PATCH] [skip e2e] Modify log text according to the naming conventions (#14969) Signed-off-by: guoxiangzhou --- internal/proxy/task.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/proxy/task.go b/internal/proxy/task.go index b82580b105..394e16b1d2 100644 --- a/internal/proxy/task.go +++ b/internal/proxy/task.go @@ -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), )