Skip to content
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

Merged
merged 3 commits into from Feb 18, 2020

Conversation

bvtujo
Copy link
Contributor

@bvtujo bvtujo commented Feb 18, 2020

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 to FirelensConfigFileType.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

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: 4ffbd38
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: 4e013ef
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@piradeepk piradeepk changed the title fix(ecs): allow "file" firelens config type fix(ecs): allow file as firelens config type Feb 18, 2020
@piradeepk piradeepk changed the title fix(ecs): allow file as firelens config type fix(ecs): enable file as firelens config type Feb 18, 2020
@piradeepk piradeepk changed the title fix(ecs): enable file as firelens config type fix(ecs): support file as firelens config type Feb 18, 2020
Copy link
Contributor

@piradeepk piradeepk left a 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

@mergify
Copy link
Contributor

mergify bot commented Feb 18, 2020

Thank you for contributing! Your pull request is now being automatically merged.

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: 3022332
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Contributor

mergify bot commented Feb 18, 2020

Thank you for contributing! Your pull request is now being automatically merged.

@rcollette
Copy link
Contributor

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.

https://stackoverflow.com/questions/64299664/how-to-configure-aws-cdk-applicationloadbalancedfargateservice-to-log-parsed-jso

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants