Debug CLI: Report all API errors
Open
theme/cli
- Dominant language
- Go
- Stars
- 17k
- Forks
- 2.1k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 105
Description
A few api calls currently either silently drop errors, or write errors to a file as part of the debug process.
Due to the nature of this command, where the output is rarely looked at in real time its important for errors to be reported as they occur.
Example: When capturing Pprof output we only write the file if there is no error https://github.com/hashicorp/nomad/blob/master/command/operator_debug.go#L474-L502
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.