pub fn disable_safe_logging() -> Result<Guard>
Expand description
Create a new Guard
to disable safe logging.
Until the resulting Guard
is dropped, all Sensitive
values will be displayed as if they were not sensitive.
This call will return an error if safe logging has been enforced with
enforce_safe_logging
.