From 8ec3c694470038a36b7aef051c48d06edbbcbff3 Mon Sep 17 00:00:00 2001 From: guoxiangzhou Date: Fri, 7 Jan 2022 18:39:22 +0800 Subject: [PATCH] [skip e2e] Modify log text according to the naming conventions (#14970) 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 e7c3ab40cc..b82580b105 100644 --- a/internal/proxy/task.go +++ b/internal/proxy/task.go @@ -2114,7 +2114,7 @@ func (qt *queryTask) 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("collections", showResp.CollectionIDs), zap.Any("collID", collectionID))