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
Copy file name to clipboardExpand all lines: docs/monitoring/logging.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Configuration
39
39
2. ``json_format`` (**bool**) - The format of the logs. If ``True``, the log will be rendered as JSON.
40
40
3. ``include_trace`` (**bool**) - Include tracing information (``trace_id``, ``span_id``, ``parent_span_id``, ``service.name``).
41
41
42
-
An example of a JSON logging configuration with the declaration of a ``logging`` logger and a ``sturctlog`` logger. They adhere to the same format, but the interaction with them at the code level differs.
42
+
An example of a JSON logging configuration with the declaration of a ``logging`` logger and a ``structlog`` logger. They adhere to the same format, but the interaction with them at the code level differs.
0 commit comments