vishalanandl177 / DRF-API-Logger

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

request twice when method not in DRF_API_LOGGER_METHODS #59

Closed coltea closed 1 year ago

coltea commented 2 years ago

when

DRF_API_LOGGER_METHODS = ['POST', 'DELETE', 'PUT']

GET method will be request twice.