### Type of issue Inaccurate ### What documentation page is affected https://www.elastic.co/docs/reference/ecs/logging/python/installation#structlog ### What happened? The example code in https://www.elastic.co/docs/reference/ecs/logging/python/installation#structlog does not produce ``` "log": { "level": "debug" }, ``` but "log.level":"debug". Used "ecs-logging (>=2.2.0,<3.0.0)" and structlog (>=25.4.0,<26.0.0)" through poetry package handling. ### Additional info _No response_