terraform-provider-vsphere icon indicating copy to clipboard operation
terraform-provider-vsphere copied to clipboard

Provider should abide by the Terraform log level (TF_LOG)

Open johnypony3 opened this issue 3 years ago • 2 comments

Description

vsphere provide should abide by the terraform log level

References

link to helper function

in my log:

2022-02-05T02:23:26.498Z [INFO] provider.terraform-provider-vsphere_v2.0.2_x5: 2022/02/05 02:23:26 [DEBUG] Fetching properties for VM "/0990/vm/APP01157/e2/0990t01157e207": timestamp=2022-02-05T02:23:26.498Z

current behavior:

  • emits debug messages that are not necessary
  • fills up logs with information that is not asked for
  • not just in the function above, littered throughout the code, DEBUG

expected behavior:

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

johnypony3 avatar Feb 05 '22 02:02 johnypony3