You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Request log: request instrumentation logging statement which recorded request information such as response time, request size, etc.
@@ -268,8 +271,9 @@ Field | Description | Format | Example
268
271
msg | The actual message string passed to the logger. | string | This is a log message
269
272
level | The log "level" indicating the severity of the log message. | string | INFO
270
273
thread | Identifies the execution thread in which this log message has been written. | string | http-nio-4655
271
-
logger | The logger name that emits the log message.
272
-
| string | requests-logger
274
+
logger | The logger name that emits the log message. |string | requests-logger
275
+
filename | The file name where an exception originated | string | /path/to/foo.py
276
+
exc_info | Traceback information about an exception | string | "Traceback (most recent call last): \n File "<stdin>", line 1, in <module>\n ValueError: There is something wrong with your input"
0 commit comments