mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-10 23:26:53 +00:00
refactor(logging): unify governance runtime events (#3367)
This commit is contained in:
@@ -217,5 +217,20 @@ mod tests {
|
||||
"Event processing initiated for {} targets for bucket: {}",
|
||||
],
|
||||
);
|
||||
assert_no_unmasked_access_key_logging(
|
||||
"crates/notify/src/bucket_config_manager.rs",
|
||||
&["Available ARNs: {:?}", "Loaded notification config for bucket: {}"],
|
||||
);
|
||||
assert_no_unmasked_access_key_logging(
|
||||
"crates/notify/src/rule_engine.rs",
|
||||
&[
|
||||
"Updated notification rules for bucket: {}",
|
||||
"Removed all notification rules for bucket: {}",
|
||||
],
|
||||
);
|
||||
assert_no_unmasked_access_key_logging(
|
||||
"crates/audit/src/observability.rs",
|
||||
&["Audit configuration reloaded", "Audit system started", "Audit metrics reset"],
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user