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

Added custom API Logs table #57

Closed sibasisp closed 12 months ago

sibasisp commented 2 years ago

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

vishalanandl177 commented 2 years ago

Doing some testing. Soon I'll merge and release a new version.