actix-web icon indicating copy to clipboard operation
actix-web copied to clipboard

Support altering logging middleware logs before logging them

Open martimors opened this issue 6 months ago • 0 comments
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.

martimors avatar Apr 28 '25 19:04 martimors