vishalanandl177 / DRF-API-Logger

An API Logger for your Django Rest Framework project.
https://github.com/vishalanandl177/DRF-API-Logger
Apache License 2.0
308 stars 56 forks source link

Added logic to exclude parameters present in the APU URL string #67

Closed cantus-firmus closed 1 year ago

cantus-firmus commented 2 years ago

Previously, if an access key or other sensitive data was included in a GET parameter, it would be included in the log as part of the API URL. This change allows the logger to replace sensitive values the API URL field with FILTERED just like in other parts of the log.