feat(supervisor): LogSink fans out to file, ring buffer, broadcast
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user