diff --git a/graph/decisions/sba-scout-rust-phase-4-async-tui-with-dashboard-and-gameday-bc4abc.md b/graph/decisions/sba-scout-rust-phase-4-async-tui-with-dashboard-and-gameday-bc4abc.md index aea29ca4426..98cf997a6f9 100644 --- a/graph/decisions/sba-scout-rust-phase-4-async-tui-with-dashboard-and-gameday-bc4abc.md +++ b/graph/decisions/sba-scout-rust-phase-4-async-tui-with-dashboard-and-gameday-bc4abc.md @@ -6,7 +6,7 @@ tags: [sba-scout, rust, tui, ratatui, phase-4, async, tokio, decision] importance: 0.8 confidence: 0.8 created: "2026-02-28T16:52:43.969652+00:00" -updated: "2026-02-28T16:53:35.985579+00:00" +updated: "2026-02-28T16:53:38.490071+00:00" relations: - target: 4dc83eed-b0b1-4924-b82e-faf352426785 type: FOLLOWS @@ -23,6 +23,11 @@ relations: direction: outgoing strength: 0.8 edge_id: 0dfd7245-6d94-4a78-84a8-dae22a15fbb1 + - target: 1768d9ab-0c21-4ec3-bb04-bd70366f6240 + type: RELATED_TO + direction: incoming + strength: 0.9 + edge_id: d07fb339-8eb5-40c8-b63c-fcce499f0fc3 --- # SBA Scout Rust Phase 4 Complete diff --git a/graph/edges/file-based-logging-for-rust-tu--RELATED_TO--sba-scout-rust-phase-4-async-t-d07fb3.md b/graph/edges/file-based-logging-for-rust-tu--RELATED_TO--sba-scout-rust-phase-4-async-t-d07fb3.md new file mode 100644 index 00000000000..8dd9e241b32 --- /dev/null +++ b/graph/edges/file-based-logging-for-rust-tu--RELATED_TO--sba-scout-rust-phase-4-async-t-d07fb3.md @@ -0,0 +1,13 @@ +--- +id: d07fb339-8eb5-40c8-b63c-fcce499f0fc3 +type: RELATED_TO +from_id: 1768d9ab-0c21-4ec3-bb04-bd70366f6240 +from_title: "File-based logging for Rust TUI apps using tracing-appender" +to_id: bc4abc6e-57c1-4d6c-b414-213c1367be9b +to_title: "SBA Scout Rust Phase 4: Async TUI with Dashboard and Gameday screens" +strength: 0.9 +created: "2026-02-28T16:53:38.490071+00:00" +updated: "2026-02-28T16:53:38.490071+00:00" +--- + +File-based logging is required by the ratatui TUI to avoid display corruption diff --git a/graph/solutions/file-based-logging-for-rust-tui-apps-using-tracing-appender-1768d9.md b/graph/solutions/file-based-logging-for-rust-tui-apps-using-tracing-appender-1768d9.md index 7eb88f8504e..f820b43bba2 100644 --- a/graph/solutions/file-based-logging-for-rust-tui-apps-using-tracing-appender-1768d9.md +++ b/graph/solutions/file-based-logging-for-rust-tui-apps-using-tracing-appender-1768d9.md @@ -6,7 +6,13 @@ tags: [sba-scout, rust, tracing, logging, tui, ratatui, solution] importance: 0.6 confidence: 0.8 created: "2026-02-28T16:53:12.444250+00:00" -updated: "2026-02-28T16:53:12.444250+00:00" +updated: "2026-02-28T16:53:38.490071+00:00" +relations: + - target: bc4abc6e-57c1-4d6c-b414-213c1367be9b + type: RELATED_TO + direction: outgoing + strength: 0.9 + edge_id: d07fb339-8eb5-40c8-b63c-fcce499f0fc3 --- # File Logging for Rust TUI Apps