Skip to content

Commit 80e4c18

Browse files
author
Colton Myers
authored
Add a note about structlog processor order (#83)
1 parent c184de3 commit 80e4c18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/setup.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ formatter = StdlibFormatter(
112112
[[structlog]]
113113
=== Structlog Example
114114

115+
Note that the structlog processor should be the last processor in the list,
116+
as it handles the conversion to JSON as well as the ECS field enrichment.
117+
115118
[source,python]
116119
----
117120
import structlog

0 commit comments

Comments
 (0)