Skip to content

Instantly share code, notes, and snippets.

@iSpeakNerd
iSpeakNerd / Rotki_anon.md
Last active April 27, 2023 16:56
python script to remove addresses/names included in Rotki verbose log files. useful when sending debug info to the team

Preserving your privacy with verbose logs

Logs created by running in debug mode can expose your private information such as addresses.

To preserve your privacy, you can run a regex find and replace script on your log file to redact your private information.

The python script below is provided for inspiration and we make no guarantees. DO NOT make assumptions about the privacy this provides and do not share wtih anyone other than rotki developers.

import re