diff --git a/docs/setup.asciidoc b/docs/setup.asciidoc index 520dd17..a4d26f1 100644 --- a/docs/setup.asciidoc +++ b/docs/setup.asciidoc @@ -112,6 +112,9 @@ formatter = StdlibFormatter( [[structlog]] === Structlog Example +Note that the structlog processor should be the last processor in the list, +as it handles the conversion to JSON as well as the ECS field enrichment. + [source,python] ---- import structlog