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.
1 parent 0184c96 commit c67e580Copy full SHA for c67e580
terraform/dev/locals.tf
@@ -73,7 +73,7 @@ locals {
73
stopTimeout = lookup(def, "stop_timeout", 30)
74
command = svc == "api-dev" ? [
75
"java",
76
- "-javaagent:/app/dd-java-agent.jar",
+ "-javaagent:/dd-java-agent.jar",
77
"-Ddd.logs.injection=true",
78
"-Ddd.runtime-metrics.enabled=true",
79
"-Ddd.service=eatda-api",
0 commit comments