Consider Switching Logging from log.Printf
to tflog
for Structured Logging
#664
Labels
enhancement
New feature or request
log.Printf
to tflog
for Structured Logging
#664
Feature request
Based on the documentation here:
We should consider migrating all instances of
log.Printf
totflog
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.
The text was updated successfully, but these errors were encountered: