mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 13:16:28 +00:00
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:
@@ -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::*;
|
||||
|
||||
Reference in New Issue
Block a user