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 e4c00ad commit 6c1f561Copy full SHA for 6c1f561
docs/index.rst
@@ -5,10 +5,16 @@ DRF API Logger
5
6
An API Logger for your Django Rest Framework project.
7
8
-It logs all the API information for content type “application/json”. 1.
9
-URL 2. Request Body 3. Request Headers 4. Request Method 5. API Response
10
-6. Status Code 7. API Call Time 8. Server Execution Time 9. Client IP
11
-Address
+It logs all the API information for content type “application/json”.
+1. URL
+2. Request Body
+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
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