Skip to content

Commit a261835

Browse files
kbakkheitorlessa
andauthored
Shorten sentenses for readability
Co-authored-by: Heitor Lessa <[email protected]>
1 parent 9ba3ffc commit a261835

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/core/logger.md

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

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

611-
If you need to add additional records, these can be included as `kwargs` to `Logger`, or to `LambdaPowertoolsFormatter` when they are being instantiated, or to managed later with the `append_keys` or `remove_keys` methods.
611+
You can include any of these logging attributes as key value arguments (`kwargs`) when instantiating `Logger` or `LambdaPowertoolsFormatter`.
612+
613+
You can also add them later anywhere in your code with `append_keys`, or remove them with `remove_keys` methods.
612614

613615
=== "collect.py"
614616

0 commit comments

Comments
 (0)