Skip to content

Remove Matrix API access token before logging

Johannes Hayeß requested to merge (removed):master into master

This patch uses a regular expression to detect and filter out Matrix API calls that contain the access_token key before logging. The token is then replaced with <redacted>.

To check that this is working, simply start Fractal with the internet connection disabled and check the error log once it attempts to sync.

Closes #584 (closed)

Merge request reports