Skip to content

Commit 387445b

Browse files
authored
Merge pull request #12 from newonlynew/fix/typo
fix typo
2 parents ec41172 + 8298672 commit 387445b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/monitoring/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Configuration
3939
2. ``json_format`` (**bool**) - The format of the logs. If ``True``, the log will be rendered as JSON.
4040
3. ``include_trace`` (**bool**) - Include tracing information (``trace_id``, ``span_id``, ``parent_span_id``, ``service.name``).
4141

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.
4343

4444
See structlog_ documentation for
4545

0 commit comments

Comments
 (0)