Skip to content

Commit

Permalink
change log level
Browse files Browse the repository at this point in the history
Signed-off-by: shanghaikid <[email protected]>
  • Loading branch information
shanghaikid committed Jan 10, 2025
1 parent 8f6ac13 commit a448b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/grpc/Basic.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit a448b93

Please sign in to comment.