Adios
Logs

Know what shipped, what is running, and where a release failed.

Build logs, runtime logs, source artifacts, versions, replica health, routes, and workflow runs stay connected in the same deployment path.

Terminal
adios up
adios logs dashboard --build
adios logs dashboard --runtime
adios apps builds dashboard
adios ingress list

Example outcome

Trace a dashboard release from source to traffic.

Run adios up, inspect its build output, open runtime logs, list the application versions, and confirm which ingress route points at the current release.

01

Open the log stream for the stage you are debugging

Keep dependency and compilation output separate from the running process.

02

Connect output to deploy state

See which source, build, version, replica, and route a log belongs to.

03

Inspect from the terminal or dashboard

Use the same operational model without switching between unrelated tools.

Why this matters

A log line without its deploy context only tells half the story.

When build output, process logs, route state, and release history live in different tools, finding the change that broke production becomes a reconstruction exercise.

What changes with Adios

Follow a change from build output to live runtime state

Use build logs to diagnose compilation, runtime logs to understand the process, and route and replica state to confirm what is actually serving traffic.

How it works

Trace the same release from source to live traffic.

  1. Step 01

    Deploy from Adios or the CLI.

  2. Step 02

    Inspect build and runtime logs from the app dashboard or terminal.

  3. Step 03

    Use route, version, replica, and workflow state to understand what changed.

A real use case

Trace a dashboard release from source to traffic.

Run adios up, inspect its build output, open runtime logs, list the application versions, and confirm which ingress route points at the current release.

01

Build logs and runtime logs

02

Replica health and route state

03

Workflow run logs

04

Source artifacts and deploy records

Connected pathReady
  1. 01

    Build

    Dependencies and compilation

  2. 02

    Version

    Versioned release record

  3. 03

    Replica

    Health and process output

  4. 04

    Route

    Currently promoted target

Start here

Make the next release easier to understand.

Deploy through one path, then inspect its build, runtime, replica, version, and route state without switching systems.

Deploy and inspect logs