Skip to content

Commit 3f70f31

Browse files
Update index.rst
1 parent a995915 commit 3f70f31

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/index.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ DRF API Logger
66
An API Logger for your Django Rest Framework project.
77

88
It logs all the API information for content type “application/json”.
9-
- URL
10-
- Request Body
11-
- Request Headers
12-
- Request Method
13-
- API Response
14-
- Status Code
15-
- API Call Time
16-
- Server Execution Time
17-
- Client IP Address
9+
- URL
10+
- Request Body
11+
- Request Headers
12+
- Request Method
13+
- API Response
14+
- Status Code
15+
- API Call Time
16+
- Server Execution Time
17+
- Client IP Address
1818

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

0 commit comments

Comments
 (0)