-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(ecs): support file as firelens config type #6322
fix(ecs): support file as firelens config type #6322
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ship it! Thanks for fixing this issue @bvtujo
Thank you for contributing! Your pull request is now being automatically merged. |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request is now being automatically merged. |
Because I couldn't find a direct way to configure json-parse.conf via a logDriver configuration, and my search took me through this path, I think this could help others. |
Addresses #6293
This was an error that we missed in code review. Previously, there was no possible way for the specified configFileType to be set as
FirelensConfigFileType.FILE
due to an error in how we were defaulting toFirelensConfigFileType.S3
.This PR addresses that issue.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license