MCPcopy
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
13def is_logging_enabled():
14 config = get_extension_config()
15 if "logging" not in config:
16 return False
17 return config["logging"]
18
19
20def log(message, type=None, always=False, name=None):

Callers 1

logFunction · 0.85

Calls 1

get_extension_configFunction · 0.85

Tested by

no test coverage detected