nais app log

nais app log NAME [flags]

Aliases

  • nais app logs

Fetch and stream logs from an application.

Options

-c, --container
Filter logs to a specific CONTAINER. Can be repeated.
-e, --environment
Environment of the application. Auto-selected if the app exists in only one environment.
-i, --instance
Filter by instance. Can be repeated
-l, --limit
Maximum number of initial log lines.
--raw-query
Provide a raw query to filter logs. See https://grafana.com/docs/loki/latest/logql/ for syntax.
-s, --since
How far back in time to start the initial batch. Examples: 300s, 1h, 2h45m. Defaults to 1h.
--with-labels
Include labels in log output.
--with-timestamps
Include timestamps in log output.

Inherited options

--config
Specify the location for the configuration file.
--no-colors
Disable colors in the output.
-o, --output
Format output (table or json).
-t, --team
Specify the team to use for this command. Overrides the default team from configuration.
-v, --verbose
Set verbosity level. Use -v for verbose, -vv for debug, -vvv for trace.