Auggyv0.5.0
PublishedDocs / Operate

Logs and recovery

Use Auggy and Railway diagnostics to recover from deploy, boot, route, and runtime failures.

Commands

Diagnosticsbash
auggy doctor
auggy logs
auggy deploy
auggy deploy --yes

auggy doctor checks the local project configuration and environment. auggy logs reads the saved Railway cloud record, links a temporary Railway workspace to the saved project/service, and streams Railway logs.

When to use logs

  • Deploy health verification times out.
  • Railway reports a crash loop.
  • A route is failing after a schema, auth, or env change.
  • An augment fails boot validation.
  • You changed .env or agent.yaml and need startup diagnostics.

Related