Skip to content

Follow logs and verify project health

Read a bounded snapshot

Terminal window
switchyard status <project>
switchyard logs <project> --tail 100

Status reports runtime observation, health, stale/disconnected evidence, and project derivation separately. Logs keep original messages while adding project, service, run, source, stream, timestamp, and best-effort level fields.

Follow in the browser

Terminal window
switchyard ui --path /projects/<project-id>

Open Logs to follow the redacted stream and Overview for required health checks. Reconnection uses bounded sequence replay and then refreshes state when the replay window is insufficient.

Observable success

A healthy project has every required check passing. A live process with a failed check remains running and becomes degraded. When an observer is unavailable or data is old, Switchyard shows disconnected or stale instead of inventing readiness.

For shareable evidence, preview the support bundle before writing it:

Terminal window
switchyard doctor --bundle --preview
Use this pageLast verified Jul 17, 2026
Copy-ready MarkdownOpen sourceReport a docs issue