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).
177
177
178
178
DRF_LOGGER_INTERVAL = 10 # In Seconds, Default to 10 seconds if not specified.
179
179
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.
184
185
185
186
.. code :: python
186
187
@@ -402,7 +403,7 @@ DRF API Logger Model:
402
403
verbose_name_plural = ' API Logs'
403
404
404
405
405
- .. note ::
406
+ .. warning ::
406
407
After some time, there will be too much data in the database. Searching
407
408
and filtering may get slower. If you want, you can delete or archive the
408
409
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