We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AUTO_ECS_LOGGING
1 parent bc391cc commit aacc063Copy full SHA for aacc063
docs/setup.asciidoc
@@ -190,6 +190,10 @@ logger.debug("Example message!")
190
from the https://github.com/elastic/apm-agent-python[Elastic APM Python agent] in order to
191
https://www.elastic.co/guide/en/apm/agent/python/current/log-correlation.html[correlate logs to spans, transactions and traces] in Elastic APM.
192
193
+You can also quickly turn on ECS-formatted logs in your python app by setting
194
+https://www.elastic.co/guide/en/apm/agent/python/master/configuration.html#config-auto-ecs-logging[`AUTO_ECS_LOGGING=True`]
195
+in the Elastic APM Python agent.
196
+
197
[float]
198
[[filebeat]]
199
== Install Filebeat
0 commit comments