Compressed IndexNode log (#16365)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
cai.zhang 2022-04-06 11:33:31 +08:00 committed by GitHub
parent 04076393c5
commit e73139deeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -277,7 +277,7 @@ func (i *IndexNode) CreateIndex(ctx context.Context, request *indexpb.CreateInde
zap.Int64("IndexID", request.IndexID),
zap.Int64("Version", request.Version),
zap.String("MetaPath", request.MetaPath),
zap.Strings("DataPaths", request.DataPaths),
zap.Int("binlog paths num", len(request.DataPaths)),
zap.Any("TypeParams", request.TypeParams),
zap.Any("IndexParams", request.IndexParams))