From 15c57832b4f5ae5274b8470a5adde8e2c864546e Mon Sep 17 00:00:00 2001 From: Colton Myers Date: Mon, 8 Mar 2021 09:43:28 -0700 Subject: [PATCH] Add link to APM python `LOG_ECS_FORMATTING` --- docs/setup.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/setup.asciidoc b/docs/setup.asciidoc index a652a06..404ff19 100644 --- a/docs/setup.asciidoc +++ b/docs/setup.asciidoc @@ -190,6 +190,10 @@ logger.debug("Example message!") from the https://github.com/elastic/apm-agent-python[Elastic APM Python agent] in order to https://www.elastic.co/guide/en/apm/agent/python/current/log-correlation.html[correlate logs to spans, transactions and traces] in Elastic APM. +You can also quickly turn on ECS-formatted logs in your python app by setting +https://www.elastic.co/guide/en/apm/agent/python/master/configuration.html#config-log_ecs_formatting[`LOG_ECS_FORMATTING=override`] +in the Elastic APM Python agent. + [float] [[filebeat]] == Install Filebeat