Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CodeGraphContext/CodeGraphContext
/ debug_logger
Function
debug_logger
src/codegraphcontext/utils/debug_log.py:87–90 ·
view source on GitHub ↗
Log debug message if log level allows
(msg)
Source
from the content-addressed store, hash-verified
85
return
logger.warning(msg)
86
87
def
debug_logger(msg):
88
""
"Log debug message if log level allows"
""
89
if
_should_log(
'DEBUG'
):
90
return
logger.debug(msg)
Callers
2
run
Method · 0.90
shutdown
Method · 0.90
Calls
1
_should_log
Function · 0.85
Tested by
no test coverage detected