Skip to content

Commit ea28f04

Browse files
authored
docs(logger): fix typo. (#1587)
1 parent 73865b3 commit ea28f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/core/logger.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ By default all registered loggers will be modified. You can change this behavior
619619

620620
### How can I add standard library logging attributes to a log record?
621621

622-
The Python standard library log records contains a [large set of atttributes](https://docs.python.org/3/library/logging.html#logrecord-attributes){target="_blank"}, however only a few are included in Powertools Logger log record by default.
622+
The Python standard library log records contains a [large set of attributes](https://docs.python.org/3/library/logging.html#logrecord-attributes){target="_blank"}, however only a few are included in Powertools Logger log record by default.
623623

624624
You can include any of these logging attributes as key value arguments (`kwargs`) when instantiating `Logger` or `LambdaPowertoolsFormatter`.
625625

0 commit comments

Comments
 (0)