Skip to content

Commit c67e580

Browse files
committed
fix: 에이전트 위치 수정
1 parent 0184c96 commit c67e580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/dev/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ locals {
7373
stopTimeout = lookup(def, "stop_timeout", 30)
7474
command = svc == "api-dev" ? [
7575
"java",
76-
"-javaagent:/app/dd-java-agent.jar",
76+
"-javaagent:/dd-java-agent.jar",
7777
"-Ddd.logs.injection=true",
7878
"-Ddd.runtime-metrics.enabled=true",
7979
"-Ddd.service=eatda-api",

0 commit comments

Comments
 (0)