diff --git a/dash-apm-python/step_5_background.sh b/dash-apm-python/step_5_background.sh index 95de91b..6775512 100644 --- a/dash-apm-python/step_5_background.sh +++ b/dash-apm-python/step_5_background.sh @@ -3,4 +3,4 @@ echo "DD_LOGS_ENABLED=true" >> /tracing-workshop/.env-agent echo "DD_LOGS_CONFIG_CONTAINER_COLLECT_ALL=true" >> /tracing-workshop/.env-agent -echo "DD_LOGS_INTEGRATION=true" >> /tracing-workshop/.env +echo "DD_LOGS_INJECTION=true" >> /tracing-workshop/.env