Expand description
infra logs command surface: querying, searching, and tracing the log
store.
Dispatches the LogsCommands subcommands (view, search, stream, export,
cleanup, delete, summary, show, trace, request, tools, audit) and defines
the serializable output rows shared across them. Two dispatch paths exist:
execute boots its own context, while execute_with_db reuses an
already-open DatabaseContext for the read-only subcommands.
Modules§
- duration
- request
infra logs requestsubcommands for inspecting AI provider requests.- shared
- Formatting helpers shared across the
infra logssubcommands. - tools
infra logs toolssubcommands for listing MCP tool executions.- trace
infra logs tracesubcommands for reconstructing execution traces.- types
Structs§
- LogCleanup
Output - LogDelete
Output - LogEntry
Row - LogExport
Output - LogFilters
- LogView
Output - Message
Row - Tool
Call Row