For the complete documentation index, see llms.txt. This page is also available as Markdown.

iai services log-fields

List available fields in structured logs

Synopsis

Scan recent logs and list the extra top-level fields present in structured (JSON) log entries.

Use the reported field names with 'iai services logs --fields' to include them in output.

iai services log-fields <service_name> [flags]

Examples

  iai services log-fields my-service
  iai services log-fields my-service --since 1h

Options

  -h, --help                  help for log-fields
  -o, --organization string   Organization name
  -p, --project string        Project name
      --since string          Relative duration to scan (e.g. 5m, 1h) (default "1h")

Options inherited from parent commands

SEE ALSO

Last updated

Was this helpful?