Skip to main content

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 name
  • stream: stdout or stderr
  • level: Normalized log level (when detected from structured JSON)
  • message: Log message (plain text output only)
Structured JSON from containers is automatically merged with metadata fields. Log levels are normalized to canonical values (debug, info, warning, error, fatal, trace).

Exit Codes

Environment Variables