Skip to content

Commit

Permalink
remove the log driver in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
boristane committed Oct 28, 2023
1 parent 01ec5ec commit 3ac8b39
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions examples/fargate-express-alb/stacks/MyStack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,6 @@ export function Container({ stack }: StackContext) {
cpu: 256,
taskImageOptions: {
image: ecs.ContainerImage.fromDockerImageAsset(asset),
logDriver: new ecs.FireLensLogDriver({
options: {
"Name": "http",
"Host": "ecs-logs-ingest.baselime.cc",
"Port": "443",
"TLS": "on",
"format": "json",
"retry_limit": "2",
"header": `x-api-key ${StringParameter.valueForStringParameter(stack, 'baselime-key')}`,
},
}),
enableLogging: true,
environment: {
BASELIME_KEY: StringParameter.valueForStringParameter(stack, 'baselime-key'),
Expand Down

0 comments on commit 3ac8b39

Please sign in to comment.