Expand description
Structured container and execution log types.
Provides a unified LogEntry type for all log sources (containers,
jobs, builds, daemon) with timestamps, stream identification, and
source metadata.
Structs§
- File
LogWriter - Writes structured log entries to a JSONL file on disk.
- LogEntry
- A single structured log entry from any source.
- LogQuery
- Query filter for reading logs.
- Memory
LogWriter - In-memory ring buffer for log entries with a configurable capacity.