File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -177,10 +177,11 @@ Specify an interval (In Seconds).
177177
178178 DRF_LOGGER_INTERVAL = 10 # In Seconds, Default to 10 seconds if not specified.
179179
180- Note: The API call time (added_on) is a timezone-aware datetime object.
181- It is the actual time of the API call irrespective of interval value or
182- queue size. ### Skip namespace You can skip the entire app to be logged
183- into the database by specifying the namespace of the app as a list.
180+ .. note ::
181+ The API call time (added_on) is a timezone-aware datetime object.
182+ It is the actual time of the API call irrespective of interval value or
183+ queue size. ### Skip namespace You can skip the entire app to be logged
184+ into the database by specifying the namespace of the app as a list.
184185
185186.. code :: python
186187
@@ -402,7 +403,7 @@ DRF API Logger Model:
402403 verbose_name_plural = ' API Logs'
403404
404405
405- .. note ::
406+ .. warning ::
406407 After some time, there will be too much data in the database. Searching
407408 and filtering may get slower. If you want, you can delete or archive the
408409 older data. To improve the searching or filtering, try to add indexes in
You can’t perform that action at this time.
0 commit comments