this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(hetzner): actually log firewall application error

dusk 49333ff9 d3b19592

+2 -1
+2 -1
firewall/provider/hetzner/app.nu
··· 28 28 # apply rules 29 29 let resp = open $rulesFile | post $"/firewalls/($firewallId)/actions/set_rules" 30 30 if $resp.status != 201 { 31 - log error $"could not apply firewall \(id ($firewallId)\)" 31 + log error $"could not apply firewall \(id ($firewallId)\): \(($resp.error.code)\) ($resp.error.message)" 32 + exit 2 32 33 } 33 34 log info $"applied firewall ($firewallId)"