From 8b0a88e2f7aa7b4f3a67156e1413a7b145db6b90 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Thu, 22 Aug 2024 09:17:03 -0700 Subject: [PATCH] docs: update defaults for operator debug --- website/content/docs/commands/operator/debug.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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`.