episode: File-based logging for Rust TUI apps using tracing-appender

This commit is contained in:
Cal Corum 2026-02-28 10:53:12 -06:00
parent 07a2a7441e
commit 246d2508c1

View File

@ -30,3 +30,7 @@ Session size: 17 messages, 4 tool calls
## 10:53 - Fix: SQLite PRAGMA foreign_keys is per-connection, not per-pool
- **Type:** fix
- **Tags:** sba-scout, rust, sqlx, sqlite, fix, pragma, connection-pool
## 10:53 - File-based logging for Rust TUI apps using tracing-appender
- **Type:** solution
- **Tags:** sba-scout, rust, tracing, logging, tui, ratatui, solution