From d2558630b628b92c1bc9499614921bfff0e1144b Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sat, 13 Jul 2019 18:14:15 -0400 Subject: [PATCH] fix env variable --- dash-apm-python/step_5_background.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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