Optimize log cleanup and rotation, update dependencies (#2032)

Co-authored-by: heihutu <heihutu@gmail.com>
This commit is contained in:
houseme
2026-03-01 20:09:52 +08:00
committed by GitHub
parent 798e620088
commit c452f24487
13 changed files with 335 additions and 69 deletions
+2 -2
View File
@@ -53,16 +53,16 @@
//! # // Guard will be dropped here, flushing telemetry data
//! # }
//! ```
mod cleaner;
mod config;
mod error;
mod global;
mod log_cleanup;
mod system;
mod telemetry;
pub use cleaner::*;
pub use config::*;
pub use error::*;
pub use global::*;
pub use log_cleanup::*;
pub use system::SystemObserver;
pub use telemetry::{OtelGuard, Recorder};