MaterializeInc / terraform-provider-materialize

A Terraform provider for Materialize
https://registry.terraform.io/providers/MaterializeInc/materialize
Mozilla Public License 2.0
11 stars 8 forks source link

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

Open bobbyiliev opened 1 month ago

bobbyiliev commented 1 month ago

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.