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

in this file: https://github.com/vishalanandl177/DRF-API-Logger/blob/master/drf_api_logger/templates/charts_change_list.html you use two online file ```htlm ``` The page cannot be displayed correctly in the offline environment, how to fix it. thanks.

Great package, but when you `pip install drf-api-logger` and then `pip list` packages installed, it identifies itself as `drf_api_logger` when it really should be `drf-api-logger` which was just installed.

Added 2 extra fields with complete flow to added the information into the database.

Hi, I have an issue on my test server as soon as I implement drf-api-logger. As soon as I use the package, on my test server, none of my static...

Hi, Hope all's well. How do I enhance the logger API to store additional information into the "API Logs" model? For example, I want to add a new field onto...

It would be a good enhancement if there is user id, view (e.g. apps.abc.XYZViewSet), view method (List), stored in the database as well. Also if the API is divided into...

question

The logger has good options to enable tracing id but it is never saved in the database. It would be good enhancement if the tracing ID is stored in the...

question

It would be great to provide a optional feature where you can define if you want to to move data from the current table into a archive table to increase...

enhancement