refactor(logging): standardize protocol and observability events (#3419)

* refactor(logging): standardize object capacity events

* refactor(logging): standardize protocol server events

* refactor(logging): standardize swift protocol events

* refactor(logging): standardize observability events

* refactor(logging): move masking helper and extend guardrails
This commit is contained in:
houseme
2026-06-14 07:14:45 +08:00
committed by GitHub
parent 22460243bf
commit efa89a98ed
48 changed files with 2976 additions and 434 deletions
+3
View File
@@ -47,6 +47,8 @@ pub mod crypto;
#[cfg(feature = "compress")]
pub mod compress;
pub mod logging;
#[cfg(feature = "path")]
pub mod dirs;
@@ -74,3 +76,4 @@ mod dunce;
pub use dunce::*;
mod envs;
pub use envs::*;
pub use logging::*;