Skip to content

Commit

Permalink
docs(logger): fix typo. (#1587)
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalisx committed Oct 11, 2022
1 parent 73865b3 commit ea28f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/logger.md
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ By default all registered loggers will be modified. You can change this behavior

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

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

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

Expand Down

0 comments on commit ea28f04

Please sign in to comment.