You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our system, we want to mask certain data to make sure we don't accidentally log PII (Personally identifiable information), like social security numbers. A central place to do this would be our logger, but zerolog's Msgf function doesn't allow alteration of its behavior. For example, configuring a custom message formatting function.
What do you think of such a feature, and would you be willing to accept a PR for it (if it meets the criteria obviously)?
The text was updated successfully, but these errors were encountered:
In our system, we want to mask certain data to make sure we don't accidentally log PII (Personally identifiable information), like social security numbers. A central place to do this would be our logger, but zerolog's
Msgf
function doesn't allow alteration of its behavior. For example, configuring a custom message formatting function.What do you think of such a feature, and would you be willing to accept a PR for it (if it meets the criteria obviously)?
The text was updated successfully, but these errors were encountered: