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

iai databases 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.

PostgreSQL-specific details are often nested under the 'record' field, so seeing 'record' in the results is expected. Use the reported field names with 'iai databases logs --fields' to include them in output.

iai databases log-fields <database_name> [flags]

Examples

  iai databases log-fields my-db
  iai databases log-fields my-db --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

  • iai databases - PostgreSQL instances with extension support, including pgvector

Last updated

Was this helpful?