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

Body not logged #69

Closed beni1028 closed 1 year ago

beni1028 commented 2 years ago

I'm using Postman and the body field remains empty. The payload isn't being logged! I've set it up as per the readme! Any suggestions would be really appreciated! @vishalanandl177

vishalanandl177 commented 1 year ago

It will log only 'ContentType application/json' in Django Rest Framework. Please make sure you get json response and request.

vishalanandl177 commented 1 year ago

Closing due to inactivity.