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
This will cause all logs to have the `trace_id=123` pair regardless of including
234
234
`trace_id` in keys or manually adding `trace_id` to the `extra` parameter or the `msg` object.
235
235
236
+
## Gotchas
237
+
238
+
**Reserved Keys**
239
+
240
+
The standard library logging system restricts the ability to pass internal [log record attributes](https://docs.python.org/3/library/logging.html#logrecord-attributes) via the log call's `extra` parameter.
0 commit comments