ComfyUI/app
Oliver Freyermuth b53e247c94
rename comfy/logging.py to comfy/internal_logging.py (#15231)
This avoids name collision (circular imports) for external custom nodes,
for which the comfy path is pushed into sys.path so Python's own logging module
is shadowed otherwise.

fixes: #15229
2026-08-02 16:20:27 -04:00
..
assets
database
__init__.py
app_settings.py
custom_node_manager.py
frontend_management.py
logger.py
model_manager.py
node_replace_manager.py
subgraph_manager.py
user_manager.py