diff --git a/test/grpc/Basic.spec.ts b/test/grpc/Basic.spec.ts index 13e803f0..a78caaba 100644 --- a/test/grpc/Basic.spec.ts +++ b/test/grpc/Basic.spec.ts @@ -3,7 +3,7 @@ import { IP, GENERATE_NAME, generateInsertData } from '../tools'; const milvusClient = new MilvusClient({ address: IP, - logLevel: 'debug', + logLevel: 'info', logPrefix: 'Basic API', }); const COLLECTION_NAME = GENERATE_NAME();