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

Update README.md - change HTTP status codes to integers #78

Closed kylepollina closed 1 year ago

kylepollina commented 1 year ago

Change HTTP status codes to ints.

Using strings does not work, as far as I can tell. This is causing confusion and not allowing logs to make it to the database