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 a995915 commit 3f70f31Copy full SHA for 3f70f31
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
-- 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
+- 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