In the python standard library, using a Formatter (docs) I can remove sensitive information from logs, such as query parameters with sensitive info.
Formatter
Suggest something similar for actix!
It could use regex or something?
regex
To be clear, I mean the default logging middleware that logs requests.