From 5e666708ea18a17db461d0118d020877d795aba4 Mon Sep 17 00:00:00 2001 From: Colton Myers Date: Wed, 5 Oct 2022 13:42:46 -0600 Subject: [PATCH] Add a note about structlog processor order --- docs/setup.asciidoc | 3 +++ 1 file changed, 3 insertions(+) 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