sootsim logs
inspect live console output from the running sootsim worker
sootsim logs
Read the shared observability log store (console.log/info/warn/error/debug plus uncaught errors and unhandled rejections, captured in the render worker) from the terminal. List recent logs, tail in real time, filter by level or substring, or clear the buffer. Shares its data source with the devtools dock so both views stay in lock-step.
terminal
Options
| flag | description |
|---|---|
--level <csv> | comma-separated level filter (log,info,warn,error,debug) |
--filter <substring> | message substring filter (case-insensitive) |
--limit <n> | max entries to print (default 50) |
--tail, -f | follow mode: stream new log entries as they land |
--json | emit structured JSON instead of formatted rows |
--internal, --all | include engine-internal [sootsim] logs (bundle-loader, HMR traps, etc.) — hidden by default so guest-app output stays readable |
--sim <sim> | target a specific connected sim |
--port <number> | bridge port (defaults to 7668) |
Examples
terminal