We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1f561 commit a995915Copy full SHA for a995915
docs/index.rst
@@ -6,15 +6,15 @@ DRF API Logger
6
An API Logger for your Django Rest Framework project.
7
8
It logs all the API information for content type “application/json”.
9
-1. URL
10
-2. Request Body
11
-3. Request Headers
12
-4. Request Method
13
-5. API Response
14
-6. Status Code
15
-7. API Call Time
16
-8. Server Execution Time
17
-9. Client IP Address
+- URL
+- Request Body
+- Request Headers
+- Request Method
+- API Response
+- Status Code
+- API Call Time
+- Server Execution Time
+- Client IP Address
18
19
You can log API information into the database or listen to the logger
20
signals for different use cases, or you can do both.
0 commit comments