Ralph Logs
View or follow logs for a Ralph container.
Claude CodeGeneric
---
name: ralph-logs
description: "View or follow logs for a Ralph container."
---
# Ralph Logs
View logs for a Ralph instance.
## Usage
```bash
# View all logs
bash .claude/scripts/ralph-docker.sh logs <feature>
# Follow in real-time
bash .claude/scripts/ralph-docker.sh logs <feature> -f
Examples
# View auth logs
bash .claude/scripts/ralph-docker.sh logs auth
# Follow dashboard logs (Ctrl+C to stop)
bash .claude/scripts/ralph-docker.sh logs dashboard -f
Log Location
Logs are stored at:
./ralph-logs/<feature>.log
Log Management
# List all log files
bash .claude/scripts/ralph-logs.sh list
# Rotate old logs (delete > 15 days)
bash .claude/scripts/ralph-logs.sh rotate
# Clear logs for a feature
bash .claude/scripts/ralph-logs.sh clear <feature>
What's in the Logs
- Iteration numbers and timestamps
- Claude's output each iteration
- Completion signals
- Errors and warnings
Monitoring Multiple Ralphs
Use tmux or multiple terminal tabs:
# Terminal 1
bash .claude/scripts/ralph-docker.sh logs auth -f
# Terminal 2
bash .claude/scripts/ralph-docker.sh logs dashboard -f
Or use a quick status check:
watch -n 10 'bash .claude/scripts/ralph-docker.sh status'
Maintain Ralph Logs?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[Ralph Logs on getagentictools](https://getagentictools.com/loops/simcoe-house-ralph-logs?ref=badge)