Skip to content

Commit

Permalink
remove control plane logging for fargate patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
Howlla authored Jan 4, 2024
1 parent 6b3a6c0 commit 0439f03
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export default class SingleNewEksAWSNativeFargateobservabilityConstruct {
.withCertManagerProps(certManagerAddOnProps)
.withCoreDnsProps(coreDnsAddOnProps)
.enableFargatePatternAddOns()
.enableControlPlaneLogging()
.clusterProvider(fargateClusterProvider)
.addOns(...addOns)
.build(scope, stackId);
Expand Down

0 comments on commit 0439f03

Please sign in to comment.