Skip to content

Commit 13ac969

Browse files
committed
changed from some aws id to use specid for logging, which organizes logs by app
1 parent 9f1c796 commit 13ac969

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/eu/openanalytics/containerproxy/backend/ecs/EcsBackend.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ private String getTaskDefinition(Authentication user, ContainerSpec spec, EcsSpe
295295
.environment(env)
296296
.stopTimeout(2)
297297
.dockerLabels(dockerLabels)
298-
.logConfiguration(getLogConfiguration(proxy.getId()))
298+
.logConfiguration(getLogConfiguration(proxy.getSpecId()))
299299
.mountPoints(volumes.getSecond())
300300
.build())
301301
.networkMode(NetworkMode.AWSVPC) // only option when using fargate

0 commit comments

Comments
 (0)