feat(supervisor): ring buffer for recent log lines

This commit is contained in:
2026-05-25 11:36:52 +02:00
parent d51f25350c
commit 7995a53e82
2 changed files with 92 additions and 1 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ pub mod retry_window;
pub use backoff::Backoff;
pub use child::{ChildHandle, MockChild, MockChildController};
pub use logs::RotatingLogWriter;
pub use logs::{RecordedLine, RingBuffer, RotatingLogWriter};
pub use policy::{RestartDecision, decide};
pub use retry_window::RetryWindow;