Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ _info_log
Function
_info_log
pymongo/logger.py:115–116 ·
view source on GitHub ↗
(logger: logging.Logger, **fields: Any)
Source
from the content-addressed store, hash-verified
113
114
115
def
_info_log(logger: logging.Logger, **fields: Any) -> None:
116
logger.info(LogMessage(**fields))
117
118
119
def
_log_or_warn(logger: logging.Logger, message: str) -> None:
Callers
nothing calls this directly
Calls
1
LogMessage
Class · 0.85
Tested by
no test coverage detected