hetznercloud / packer-plugin-hcloud

Packer plugin for Hetzner Cloud Builder
https://developer.hashicorp.com/packer/integrations/hetznercloud/hcloud
Mozilla Public License 2.0
23 stars 21 forks source link

feat: enable hcloud-go debug logging #167

Closed apricote closed 5 months ago

apricote commented 5 months ago

Packer automatically redirects the output from go log to wherever it needs to be. If users set PACKER_LOG=1, the logs will be printed to stderr.

https://developer.hashicorp.com/packer/docs/plugins/creation#logging-and-debugging

Closes #165

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 29.51%. Comparing base (0556e35) to head (dbc0a11).

Files Patch % Lines
builder/hcloud/builder.go 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #167 +/- ## ========================================== - Coverage 29.64% 29.51% -0.14% ========================================== Files 11 11 Lines 651 654 +3 ========================================== Hits 193 193 - Misses 433 436 +3 Partials 25 25 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.