terraform-provider-vsphere
terraform-provider-vsphere copied to clipboard
Provider should abide by the Terraform log level (TF_LOG)
Description
vsphere provide should abide by the terraform log level
References
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:
- follow standard logging levels as provided by terraform debugging
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