hashicorp / packer-plugin-sdk

Packer Plugin SDK enables building Packer plugins (builders, provisioners, or post-processors) to manage any service providers or custom in-house solutions
Mozilla Public License 2.0
34 stars 46 forks source link

ssh: improve debug logging #181

Closed lbajolet-hashicorp closed 1 year ago

lbajolet-hashicorp commented 1 year ago

When trying to figure out the exact behaviour of the ssh communicator when copying directories, I found myself wondering what each log was conveying.

To make it clearer what's happening on each step, we add some more logs during the copy steps, and make the `creating directory' log a bit more explicit, so we understand what's happening.

Related to: #180