mirror of
https://github.com/status-im/consul.git
synced 2025-01-24 04:31:12 +00:00
ee250d3113
[1.9.x] debug: remove the CLI check for debug_enabled
6 lines
227 B
Plaintext
6 lines
227 B
Plaintext
```release-note:bug
|
|
cli: removes the need to set debug_enabled=true to collect debug data from the CLI. Now
|
|
the CLI behaves the same way as the API and accepts either an ACL token with operator:read, or
|
|
debug_enabled=true.
|
|
```
|