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

Print log output during synthesis #2269

Open
2 tasks
very-doge-wow opened this issue Nov 25, 2024 · 0 comments
Open
2 tasks

Print log output during synthesis #2269

very-doge-wow opened this issue Nov 25, 2024 · 0 comments
Labels
feature-request New/Enhanced functionality wanted needs-triage Priority and effort undetermined yet

Comments

@very-doge-wow
Copy link

Description of the feature or enhancement:

It currently doesn't seem possible to receive any logoutput in stdout while synthesizing the app.

Use Case:

I would like to be able to print different log outputs, so I can tell which branches of my code were executed.
We offer a CDK construct library as well which performs different tasks and generates values for the users.
It would be useful to be able to print information about the actions it has performed to the user, as the construct library
abstracts this away from the view of the user.

Proposed Solution:

If the --output flag is not set to print the synthesized output to stdout, provide the messages from console.log, console.warn, etc. through the stdout stream.

Other:

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

@very-doge-wow very-doge-wow added feature-request New/Enhanced functionality wanted needs-triage Priority and effort undetermined yet labels Nov 25, 2024
@very-doge-wow very-doge-wow changed the title How to print log output during synthesis Print log output during synthesis Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New/Enhanced functionality wanted needs-triage Priority and effort undetermined yet
Projects
None yet
Development

No branches or pull requests

1 participant