Skip to content

Commit

Permalink
Merge pull request #368 from guardian/aa/devx-logs
Browse files Browse the repository at this point in the history
chore(deps): Use logging solution from devx-logs
  • Loading branch information
akash1810 authored Oct 16, 2023
2 parents 4701d87 + 85cd7ea commit ef0c05b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions packages/cdk/lib/__snapshots__/service-catalogue.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ spec:
},
"Type": "fluentbit",
},
"Image": "ghcr.io/guardian/hackday-firelens:main",
"Image": "ghcr.io/guardian/devx-logs:main",
"LogConfiguration": {
"LogDriver": "awslogs",
"Options": {
Expand Down Expand Up @@ -962,7 +962,7 @@ spec:
},
"Type": "fluentbit",
},
"Image": "ghcr.io/guardian/hackday-firelens:main",
"Image": "ghcr.io/guardian/devx-logs:main",
"LogConfiguration": {
"LogDriver": "awslogs",
"Options": {
Expand Down Expand Up @@ -1617,7 +1617,7 @@ spec:
},
"Type": "fluentbit",
},
"Image": "ghcr.io/guardian/hackday-firelens:main",
"Image": "ghcr.io/guardian/devx-logs:main",
"LogConfiguration": {
"LogDriver": "awslogs",
"Options": {
Expand Down Expand Up @@ -2234,7 +2234,7 @@ spec:
},
"Type": "fluentbit",
},
"Image": "ghcr.io/guardian/hackday-firelens:main",
"Image": "ghcr.io/guardian/devx-logs:main",
"LogConfiguration": {
"LogDriver": "awslogs",
"Options": {
Expand Down Expand Up @@ -3111,7 +3111,7 @@ spec:
},
"Type": "fluentbit",
},
"Image": "ghcr.io/guardian/hackday-firelens:main",
"Image": "ghcr.io/guardian/devx-logs:main",
"LogConfiguration": {
"LogDriver": "awslogs",
"Options": {
Expand Down Expand Up @@ -3570,7 +3570,7 @@ spec:
},
"Type": "fluentbit",
},
"Image": "ghcr.io/guardian/hackday-firelens:main",
"Image": "ghcr.io/guardian/devx-logs:main",
"LogConfiguration": {
"LogDriver": "awslogs",
"Options": {
Expand Down Expand Up @@ -4239,7 +4239,7 @@ spec:
},
"Type": "fluentbit",
},
"Image": "ghcr.io/guardian/hackday-firelens:main",
"Image": "ghcr.io/guardian/devx-logs:main",
"LogConfiguration": {
"LogDriver": "awslogs",
"Options": {
Expand Down Expand Up @@ -4896,7 +4896,7 @@ spec:
},
"Type": "fluentbit",
},
"Image": "ghcr.io/guardian/hackday-firelens:main",
"Image": "ghcr.io/guardian/devx-logs:main",
"LogConfiguration": {
"LogDriver": "awslogs",
"Options": {
Expand Down Expand Up @@ -5490,7 +5490,7 @@ spec:
},
"Type": "fluentbit",
},
"Image": "ghcr.io/guardian/hackday-firelens:main",
"Image": "ghcr.io/guardian/devx-logs:main",
"LogConfiguration": {
"LogDriver": "awslogs",
"Options": {
Expand Down Expand Up @@ -6137,7 +6137,7 @@ spec:
},
"Type": "fluentbit",
},
"Image": "ghcr.io/guardian/hackday-firelens:main",
"Image": "ghcr.io/guardian/devx-logs:main",
"LogConfiguration": {
"LogDriver": "awslogs",
"Options": {
Expand Down Expand Up @@ -6814,7 +6814,7 @@ spec:
},
"Type": "fluentbit",
},
"Image": "ghcr.io/guardian/hackday-firelens:main",
"Image": "ghcr.io/guardian/devx-logs:main",
"LogConfiguration": {
"LogDriver": "awslogs",
"Options": {
Expand Down Expand Up @@ -7631,7 +7631,7 @@ spec:
},
"Type": "fluentbit",
},
"Image": "ghcr.io/guardian/hackday-firelens:main",
"Image": "ghcr.io/guardian/devx-logs:main",
"LogConfiguration": {
"LogDriver": "awslogs",
"Options": {
Expand Down Expand Up @@ -8079,7 +8079,7 @@ spec:
},
"Type": "fluentbit",
},
"Image": "ghcr.io/guardian/hackday-firelens:main",
"Image": "ghcr.io/guardian/devx-logs:main",
"LogConfiguration": {
"LogDriver": "awslogs",
"Options": {
Expand Down Expand Up @@ -8927,7 +8927,7 @@ spec:
},
"Type": "fluentbit",
},
"Image": "ghcr.io/guardian/hackday-firelens:main",
"Image": "ghcr.io/guardian/devx-logs:main",
"LogConfiguration": {
"LogDriver": "awslogs",
"Options": {
Expand Down Expand Up @@ -9374,7 +9374,7 @@ spec:
},
"Type": "fluentbit",
},
"Image": "ghcr.io/guardian/hackday-firelens:main",
"Image": "ghcr.io/guardian/devx-logs:main",
"LogConfiguration": {
"LogDriver": "awslogs",
"Options": {
Expand Down Expand Up @@ -10069,7 +10069,7 @@ spec:
},
"Type": "fluentbit",
},
"Image": "ghcr.io/guardian/hackday-firelens:main",
"Image": "ghcr.io/guardian/devx-logs:main",
"LogConfiguration": {
"LogDriver": "awslogs",
"Options": {
Expand Down Expand Up @@ -10725,7 +10725,7 @@ spec:
},
"Type": "fluentbit",
},
"Image": "ghcr.io/guardian/hackday-firelens:main",
"Image": "ghcr.io/guardian/devx-logs:main",
"LogConfiguration": {
"LogDriver": "awslogs",
"Options": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk/lib/ecs/task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const cloudqueryImage = ContainerImage.fromRegistry(
);

const firelensImage = ContainerImage.fromRegistry(
'ghcr.io/guardian/hackday-firelens:main',
'ghcr.io/guardian/devx-logs:main',
);

export interface ScheduledCloudqueryTaskProps
Expand Down

0 comments on commit ef0c05b

Please sign in to comment.