feat(supervisor): LogSink fans out to file, ring buffer, broadcast

This commit is contained in:
2026-05-25 11:37:19 +02:00
parent 7995a53e82
commit e121fe28bb
2 changed files with 76 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::{RecordedLine, RingBuffer, RotatingLogWriter};
pub use logs::{LogSink, RecordedLine, RingBuffer, RotatingLogWriter};
pub use policy::{RestartDecision, decide};
pub use retry_window::RetryWindow;