sba-scouting/rust
Cal Corum bf7c3f870f Add file-based logging to avoid TUI corruption from stderr output
Errors were only visible in the truncated status bar notification.
Add tracing-appender to write to data/sba-scout.log with env-filter
support (RUST_LOG), and add tracing::error! calls alongside all
notification-only error paths for full diagnostic visibility.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 08:04:33 -06:00
..
src Add file-based logging to avoid TUI corruption from stderr output 2026-02-28 08:04:33 -06:00
tests Implement Phase 3: calc layer with matchup scoring, league stats, and score cache 2026-02-27 23:35:01 -06:00
.gitignore Add Rust project scaffold for TUI rewrite 2026-02-26 08:40:42 -06:00
Cargo.lock Add file-based logging to avoid TUI corruption from stderr output 2026-02-28 08:04:33 -06:00
Cargo.toml Add file-based logging to avoid TUI corruption from stderr output 2026-02-28 08:04:33 -06:00
PHASE1_PROJECT_PLAN.json Add test scaffold and mark Phase 1 tasks complete 2026-02-26 20:02:01 -06:00
PHASE2_PROJECT_PLAN.json Implement Phase 2: API client, sync pipeline, and CSV card importers 2026-02-27 22:56:50 -06:00
PHASE3_PROJECT_PLAN.json Implement Phase 3: calc layer with matchup scoring, league stats, and score cache 2026-02-27 23:35:01 -06:00