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.
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¶
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