Hi HN!
I'm excited to share 'redactrus' (<a href="https://github.com/ibreakthecloud/redactrus">https://github.com/ibreakthecloud/redactrus</a>) , a tiny Go package that provides a `Logrus` formatter for redacting sensitive information from the log messages.<p>This ensures that passwords, API keys, and email addresses are not logged in plain text, helping you maintain better security and privacy in your applications.<p>Key Features:
[1]. Customizable redaction strings<p>[2]. Supports custom redaction functions<p>[3]. Comes with default redactors (email, password, apikey)<p>Will be adding few more redactors for common log leaks.<p>I’d love to hear your thoughts, feedback, and opinions!
If you have ideas for new redactors or other improvements, feel free submit a pull request.<p>Check out the project on GitHub: <a href="https://github.com/ibreakthecloud/redactrus">https://github.com/ibreakthecloud/redactrus</a><p>Thanks for checking it out!