Skip to main content

dump_effective

Function dump_effective 

Source
pub fn dump_effective() -> Value
Expand description

Dump all effective config values as a JSON object (redacted).

Applies heuristic redaction to fields whose names contain sensitive patterns (password, secret, token, key, credential, auth, private, cert, encryption). Fields with #[serde(skip_serializing)] are already excluded at serialisation time — this is the safety net for fields that weren’t annotated.