Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ _debug_log
Function
_debug_log
pymongo/logger.py:107–108 ·
view source on GitHub ↗
(logger: logging.Logger, **fields: Any)
Source
from the content-addressed store, hash-verified
105
106
107
def
_debug_log(logger: logging.Logger, **fields: Any) -> None:
108
logger.debug(LogMessage(**fields))
109
110
111
def
_verbose_connection_error_reason(reason: str) -> str:
Callers
15
_check_server
Method · 0.90
_check_once
Method · 0.90
_get_seedlist
Method · 0.90
command
Function · 0.90
__init__
Method · 0.90
_select_servers_loop
Method · 0.90
select_server
Method · 0.90
_process_change
Method · 0.90
_process_srv_update
Method · 0.90
close
Method · 0.90
write_command
Method · 0.90
unack_write
Method · 0.90
Calls
1
LogMessage
Class · 0.85
Tested by
no test coverage detected