Skip to content

Commit 193db00

Browse files
Update index.rst
1 parent 3d90fc3 commit 193db00

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/index.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)