Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

logs

Browse and search OTel log records from otel_logs.
Renders one log per line with timestamp, severity, service, body, and attributes. Supports subcommands: list (default) and stats.
Use -w for raw SQL WHERE filters on attribute maps.

Usage

strada logs [subcommand]

Arguments

ArgumentRequiredDescription
[subcommand]Nosubcommand

Options

OptionDefaultDescription
-p, --project [slug]-Project slug override (repeatable, defaults to folder setup)
--org [name-or-id]-Organization override (defaults to folder setup)
-s, --service [name]-Filter by ServiceName
--since [time]-Start time: duration (1h, 7d) or ISO date (default: 1h)
--until [time]-End time: duration (1h) or ISO date
--min-level [level]-Minimum severity: trace, debug, info, warn, error, fatal
--search [text]-Full-text search on log body
--trace-id [id]-Show logs for a specific trace
-w, --where [expr]-Raw SQL WHERE condition (repeatable, ANDed)
-n, --limit [count]-Max rows (default: 200)
--json-Print raw JSON response

Global Options

OptionDefaultDescription
-h, --help-Display this message
-v, --version-Display version number

Examples

strada logs -p my-app -w "mapContains(LogAttributes, 'event.name')"
strada logs -p my-app -w "LogAttributes['user.id'] = 'user_123'"
strada logs -p my-app --search "timeout" --min-level error --since 24h
strada logs stats -p my-app --since 7d