Skip to main content
Stream runtime logs for an environment. Fetches recent log entries and optionally follows new ones as they arrive.

Usage

Fetches log entries for the specified environment.

Extended Usage

Show logs from the last hour:
Follow logs continuously as new entries arrive:
When --follow is used without --since, the CLI defaults to showing logs from the last 10 minutes before polling for new entries.
Show logs up to a specific point in time:
--until cannot be used together with --follow.
Filter by one or more log levels:
Search log entries by keyword or filter expression:
Disable colorized output:

Options