Skip to content

Commit

Permalink
禁止 logger 污染其他模块
Browse files Browse the repository at this point in the history
Signed-off-by: jiancheng <[email protected]>
  • Loading branch information
ponponon committed Aug 15, 2023
1 parent 550ab25 commit 8f20183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymilvus/milvus_client/milvus_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from pymilvus.orm.connections import connections
from pymilvus.orm.types import DataType

logger = logging.getLogger()
logger = logging.getLogger(__name__)
logger.setLevel(logging.DEBUG)


Expand Down

0 comments on commit 8f20183

Please sign in to comment.