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.
LOG_ECS_FORMATTING
1 parent 09e29ae commit 503b927Copy full SHA for 503b927
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-log_ecs_formatting[`LOG_ECS_FORMATTING=override`]
195
+in the Elastic APM Python agent.
196
+
197
[float]
198
[[filebeat]]
199
== Install Filebeat
0 commit comments