You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've used the logGroup parameter of Container to consumer awslogs for a Service. Within that logGroup, the logStreams are named in the format /[ServiceConstructId]/app/[FargateTaskId].
I've used the
logGroup
parameter ofContainer
to consumer awslogs for a Service. Within that logGroup, the logStreams are named in the format/[ServiceConstructId]/app/[FargateTaskId]
.I would like my Cloudwatch Agent logs to go to the same log group, and possibly the same log stream. However CloudwatchAgentExtension implicitly creates a log group, and provides no configurability.
The text was updated successfully, but these errors were encountered: