DRF-API-Logger
DRF-API-Logger copied to clipboard
An API Logger for your Django Rest Framework project.
* Added a user field and a username field to persist the username even if the user is deleted * Renamed some variables based on linter recommendations - you may...
Thanks for the handy library, but I noticed a bit of strange behavior (maybe it should be like that), why if "MEDIA_URL" is not set, it treats it as "/"...
I have used in the settings.py Timezone asia india timezone but its throws error but i used UTC Time It works well how to fix the issue ![Screenshot from 2024-08-09...
Hello, I appreciate the work put into the `drf-api-logger` library, which has been incredibly helpful for logging API requests and responses in Django applications. I would like to propose an...
Whenever db logger is enabled, it prevents database connection from being terminated. This plays out during clean up after running tests. It fails when attempting to destroy the db with...
## Bug Description The `DRF_API_LOGGER_CUSTOM_HANDLER` setting is documented and the handler is imported in `InsertLogIntoDatabase.__init__()`, but it is never actually called anywhere in the code. ## Expected Behavior The custom...