Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
event: mark
FormatMajorVersion
as safe from redaction
Previously nearly all events logged by the `EventListener` used types that had been marked as safe by implementing `SafeFormatter`, defining them as non-sensitive and not requiring redaction in logs, however `FormatMajorVersion` had been excluded. This change makes `FormatMajorVersion` a `redact.SafeValue` as well.
- Loading branch information