Skip to content

Commit

Permalink
Update _stdlib.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rdifrango authored Oct 27, 2021
1 parent 69e518f commit 1120ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs_logging/_stdlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def __init__(
Setting this to zero will suppress stack traces.
This setting doesn't affect ``LogRecord.stack_info`` because
this attribute is typically already pre-formatted.
:param Dict[str] extra:
:param Optional[Dict[str, Any]] extra:
Specifies the collection of meta-data fields to add to all records.
:param Sequence[str] exclude_fields:
Specifies any fields that should be suppressed from the resulting
Expand Down

0 comments on commit 1120ec0

Please sign in to comment.