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

Consider Switching Logging from log.Printf to tflog for Structured Logging #664

Open
bobbyiliev opened this issue Oct 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@bobbyiliev
Copy link
Contributor

Feature request

Based on the documentation here:

https://developer.hashicorp.com/terraform/plugin/log/writing

We should consider migrating all instances of log.Printf to tflog for improved structured logging and better integration with Terraform's logging system.

This would allow us to use log levels, context-aware logging, and improve debugging capabilities, aligning with new best practices for Terraform provider development.

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

No branches or pull requests

1 participant