Skip to content

Commit 56a5592

Browse files
committed
docs: fix default logger
fixes hynek#738
1 parent 9f06561 commit 56a5592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/processors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Each processors receives three positional arguments:
1313

1414
**logger**
1515

16-
: Your wrapped logger object.
17-
For example {class}`logging.Logger` or {class}`structlog.typing.FilteringBoundLogger` (default).
16+
: Your wrapped logger object that is called with the final processor return value.
17+
For example {class}`logging.Logger` or {class}`structlog.PrintLogger` (default).
1818

1919
**method_name**
2020

0 commit comments

Comments
 (0)