get_comfy_log
Read ComfyUI's console log to diagnose Python import errors, missing packages, and node tracebacks. Filter by severity, search text, or regular expression to pinpoint issues.
Instructions
Read ComfyUI's console - the Python side, where import and dependency failures land.
This is the terminal ComfyUI is running in, not the browser. It is where a custom node says it could not import, where a missing package is named, and where a traceback from inside a node ends up. Nothing else in this server can see any of it: a node that failed to load simply does not appear in /object_info, which looks identical to a node that was never installed.
Args:
lines: how many of the most recent matching lines to return; 0 for all of them.
level: keep only this severity and above (DEBUG/INFO/WARNING/ERROR/CRITICAL).
Untagged output - third-party packs printing directly - is dropped by this.
search: keep only lines containing this text, case-insensitive.
regex: treat search as a regular expression instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | ||
| lines | No | ||
| regex | No | ||
| search | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||