terra-farm / terraform-provider-virtualbox

VirtualBox provider for Terraform
https://terra-farm.github.io/provider-virtualbox/
MIT License
323 stars 134 forks source link

Use tflog package for debug logging #154

Closed VoyTechnology closed 2 years ago

VoyTechnology commented 2 years ago

Per the official documentation https://www.terraform.io/plugin/log/writing, tflog is the recommended way of providing debug logging to the provider as it will generate more visible logs.