Skip to content

Commit ef7645e

Browse files
committed
fix: prod 환경에서 GC 로그 추가
1 parent 513b199 commit ef7645e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform/prod/ecs/locals.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ locals {
7777

7878
command = svc == "api-prod" ? [
7979
"java",
80+
"-Xlog:gc*:time,uptime,level,tags",
8081
"-javaagent:/app/dd-java-agent.jar",
8182
"-Ddd.logs.injection=true",
8283
"-Ddd.runtime-metrics.enabled=true",

0 commit comments

Comments
 (0)