Skip to content

Commit a344355

Browse files
authored
remove --no-access-logs from task definition (#45)
1 parent be486e5 commit a344355

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

infrastructure/aws/production/ecs-task-definition-sse.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"--host",
1313
"0.0.0.0",
1414
"--port",
15-
"8000",
16-
"--no-access-log"
15+
"8000"
1716
],
1817
"cpu": 0,
1918
"portMappings": [

infrastructure/aws/staging/ecs-task-definition-sse.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"--host",
1313
"0.0.0.0",
1414
"--port",
15-
"8000",
16-
"--no-access-log"
15+
"8000"
1716
],
1817
"cpu": 0,
1918
"portMappings": [

0 commit comments

Comments
 (0)