--live.
Flags
| Flag | Description | Default |
|---|---|---|
--app APP | App name or UUID (reads from config if omitted) | — |
--tail N / -t N | Number of log lines | 100 |
--since SINCE / -s SINCE | Time filter (1h, 30m, 2d, or ISO timestamp) | — |
--error / -e | Errors only (shorthand for --severity ERROR) | — |
--severity LEVEL | Minimum severity: DEBUG, INFO, WARNING, ERROR, CRITICAL | — |
--services SVC | Filter to specific services (repeatable) | — |
--search TEXT | Filter log messages by text (case-insensitive) | — |
--live / -f | Stream logs in real-time (poll every 2s). Cannot combine with --output. | — |
--output PATH / -o PATH | Write logs to file | — |
Examples
JSON output
Agent debugging workflow
Errors
| Code | Meaning |
|---|---|
NOT_AUTHENTICATED | Run floo auth login first |
APP_NOT_FOUND | No app with that name or ID |
PARSE_ERROR | Invalid --since format |
FILE_ERROR | Cannot write to --output path |