Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pythongosssss/ComfyUI-Custom-Scripts
/ is_logging_enabled
Function
is_logging_enabled
pysssss.py:13–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
12
13
def
is_logging_enabled():
14
config = get_extension_config()
15
if
"logging"
not in config:
16
return
False
17
return
config[
"logging"
]
18
19
20
def
log(message, type=None, always=False, name=None):
Callers
1
log
Function · 0.85
Calls
1
get_extension_config
Function · 0.85
Tested by
no test coverage detected