diff --git a/website/content/docs/commands/operator/debug.mdx b/website/content/docs/commands/operator/debug.mdx index 8ffde9352..aa5b18224 100644 --- a/website/content/docs/commands/operator/debug.mdx +++ b/website/content/docs/commands/operator/debug.mdx @@ -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`.