Commands
Global Flags
Filter Flags
Positional Arguments
PATTERN
Optional glob pattern to filter containers by name. Example: web-* matches all containers starting with “web-”.
Examples
Output Files
When using--output (default: ./logs), a timestamped session directory is created with the following files:
A
latest symlink always points to the most recent session directory.
Log Format
Log files use JSON Lines (.jsonl). Each line is a valid JSON object.
ts: ISO 8601 timestamp (RFC3339Nano)container: Container namestream:stdoutorstderrlevel: Normalized log level (when detected from structured JSON)message: Log message (plain text output only)
debug, info, warning, error, fatal, trace).