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

chore: tflog trace -> info #74

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Conversation

ethanndickson
Copy link
Member

@ethanndickson ethanndickson commented Aug 19, 2024

The Terraform provider plugin framework generates a lot of noise on debug and trace.
Given how few there are, the existing log calls aren't really traces - it's more reasonable for these logs to be on info.
This also includes streaming the logs from the provisioner to info, which would be necessary if you wanted to know why a template couldn't be built.

@ethanndickson ethanndickson marked this pull request as ready for review August 19, 2024 05:24
Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @ethanndickson and the rest of your teammates on Graphite Graphite

@ethanndickson ethanndickson merged commit dfa7472 into main Aug 19, 2024
14 checks passed
@ethanndickson ethanndickson deleted the 08-19-chore_tflog_trace_-_info branch August 19, 2024 15:10
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.

2 participants