feat(trace): add trace_id

This commit is contained in:
2026-01-22 16:59:19 +08:00
parent bfb3f93931
commit 7bc7a65a3e
7 changed files with 36 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ pub mod core;
pub mod model;
pub mod outputs;
pub use cleaner::LogCleaner;
pub mod context;
use crate::core::Logger;
use once_cell::sync::OnceCell;