Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Logging Package] Obfuscate logs with private keys #1707

Open
claytonneal opened this issue Jan 17, 2025 · 1 comment
Open

[Logging Package] Obfuscate logs with private keys #1707

claytonneal opened this issue Jan 17, 2025 · 1 comment

Comments

@claytonneal
Copy link
Member

The logger in the logging package do not check if the LogLoggerData contains sensitive data and obfuscates it
Idea would be the logger could be configured to do so

@claytonneal
Copy link
Member Author

e.g.

the idea is that a if we have an Address or PrivateKey type for example
the logger can do something like:

finalLogData = userLogData.obfuscate()

this means types we want to obfuscate should implement Obfuscatable interface perhaps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants