Skip to content

yg logs

yg logs

Replay and stream output from the last (or specified) run

Synopsis

Replays all output from a run, then streams if still active (like docker logs -f). If the run is still active on the VM, streams live from the tmux session. If the run is complete, replays from S3.

yg logs [run-id] [flags]

Examples

  yg logs              # replay the most recent run
  yg logs 007          # replay run 007
  yg logs --tail 50    # last 50 lines, then stream if active

Options

  -h, --help       help for logs
      --tail int   show last N lines then stream

Options inherited from parent commands

  -j, --json      output in JSON format
  -q, --quiet     suppress yeager messages, show only command output
  -v, --verbose   enable debug logging

SEE ALSO

  • yg - Remote execution for local AI coding agents