in src/environment/ECSEnvironment.ts [108:117]
public getLogGroupName(): string {
// FireLens / fluent-bit does not need the log group to be included
// since configuration of the LogGroup is handled by the
// fluent bit config file
if (this.fluentBitEndpoint) {
return '';
}
return config.logGroupName || this.getName();
}