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