Skip to content

Commit 6c1f561

Browse files
Update index.rst
1 parent e4c00ad commit 6c1f561

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/index.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ DRF API Logger
55

66
An API Logger for your Django Rest Framework project.
77

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
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
1218

1319
You can log API information into the database or listen to the logger
1420
signals for different use cases, or you can do both.

0 commit comments

Comments
 (0)