hashicorp / hcdiag

hcdiag is a CLI utility that collects and bundles product and platform diagnostics. It supports Consul, Nomad, TFE, and Vault.
Mozilla Public License 2.0
56 stars 8 forks source link

Remove Debug-Interval and Debug-Duration Flags #335

Closed nwchandler closed 1 year ago

nwchandler commented 1 year ago

The -debug-duration and debug-interval flags were deprecated in v0.5.0. This merge removes them. Users who need to adjust debug timers should, instead, use custom configuration files with product debug runners.

nwchandler commented 1 year ago

After some internal discussion, I'm going to close this PR for the time being. There are some potential edge cases around removing these flags that will require further evaluation.