mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-23 20:25:38 +02:00
* Fix DigitalOcean API error handling and debugging (fixes #14829) - Replace hardcoded no_log with configurable algo_no_log variable - Add comprehensive error checking with specific guidance for each HTTP status code - Provide actionable troubleshooting steps without exposing sensitive data - Add troubleshooting section to config.cfg for better discoverability - Enable debugging by setting algo_no_log: false when needed This fix addresses issue #14829 where users couldn't debug DigitalOcean API failures due to hidden error messages from no_log: true directive. * Clean up config.cfg - consolidate algo_no_log setting - Move algo_no_log setting to top troubleshooting section - Remove duplicate setting from line 117 - Keep the prominent warning about debugging at the top where users will see it - Cleaner, single source of truth for the setting |
||
---|---|---|
.. | ||
client | ||
cloud-azure | ||
cloud-cloudstack/tasks | ||
cloud-digitalocean/tasks | ||
cloud-ec2 | ||
cloud-gce/tasks | ||
cloud-hetzner/tasks | ||
cloud-lightsail | ||
cloud-linode | ||
cloud-openstack/tasks | ||
cloud-scaleway | ||
cloud-vultr/tasks | ||
common | ||
dns | ||
local/tasks | ||
privacy | ||
ssh_tunneling | ||
strongswan | ||
wireguard |