DRF-API-Logger icon indicating copy to clipboard operation
DRF-API-Logger copied to clipboard

An API Logger for your Django Rest Framework project.

Results 26 DRF-API-Logger issues
Sort by recently updated
recently updated
newest added

Everything was working fine, after install this lib my django test CI failed. Test database is not destroying and raising I am 100% sure, session is used by drf-api-logger. `django.db.utils.OperationalError:...

replace ascii by unicode when serializers headers\body\response.

Added this commit to introduce custom APILog table which the consumer can define in their schema and can be registered through settings.py file. This gives flexibility to capture custom extra...

How can I fix problem with Unicode Escape?

Django sites framework implementation is not considered. When using sites, app shows both application's api calls.

Hi, I follow README to add app, middleware and some settings in `settings.py`. The admin panel have new page: http://localhost/admin/drf_api_logger/apilogsmodel/ But no log show up. I called API work as...

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...

This change allows the API Logger to capture a log message for API calls in which the response includes content of type "application/gzip". Since the the binary archive should not...

Hey, It's not an issue, but an feature request. Is there a possibility to skip the response in case of get Method and response code 200? after one day I've...