Open ewbankkit opened 3 years ago
Temporarily, at the entry to each CRUD handler in the Generic Resource, we have:
ctx = tflog.New(ctx, tflog.WithStderrFromInit(), tflog.WithLevel(hclog.Trace), tflog.WithoutLocation())
Upstream support in the terraform-plugin-framework
is likely to arrive within the next four weeks.
Description
Relates https://github.com/hashicorp/terraform-plugin-framework/issues/63. As of v0.1.0
terraform-plugin-framework
does not supportterraform-plugin-log
.Definition of Done
Once upstream support is added, enhance this provider and remove calls to
log.Printf
.