disk_binary for high-throughput binary storage and disk_plaintext for human-readable logs.
Plaintext
Human-readable log files, split by data type. Easy to grep, tail, and debug.Output format
Events and logs are decoded from FlatBuffer format and written as structured text:Directory structure
Files are separated by type within each workspace and date:Binary
High-performance binary storage with 24-byte metadata headers. Use this for archival when you need maximum throughput and plan to read withtell read.
File format
Each message is stored as:tell read: