docs: update defaults for operator debug

This commit is contained in:
Michael Schurter
2024-08-22 09:17:03 -07:00
parent 6f34bf3ba7
commit 8b0a88e2f7

View File

@@ -47,13 +47,13 @@ true.
## Debug Options
- `-duration=2m`: Set the duration of the debug capture. Logs will be captured from
specified servers and nodes at `log-level`. Defaults to `2m`.
- `-duration=5m`: Set the duration of the debug capture. Logs will be captured from
specified servers and nodes at `log-level`. Defaults to `5m`.
- `-interval=30s`: The interval between snapshots of the Nomad state.
If unspecified, only one snapshot is captured. Defaults to `30s`.
- `-log-level=DEBUG`: The log level to monitor. Defaults to `DEBUG`.
- `-log-level=TRACE`: The log level to monitor. Defaults to `TRACE`.
- `-log-include-location`: Include file and line information in each log line
monitored. The default is `true`.