From 44078d478698b032716f72ce54c34d2ccbcd1eee Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Tue, 11 Jun 2024 09:19:52 -0400 Subject: [PATCH] docs: update configuration docs to include trace-level logging (#23285) --- website/content/docs/configuration/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/configuration/index.mdx b/website/content/docs/configuration/index.mdx index b2c7ed669..64f2cded7 100644 --- a/website/content/docs/configuration/index.mdx +++ b/website/content/docs/configuration/index.mdx @@ -246,8 +246,8 @@ testing. connection. - `log_level` `(string: "INFO")` - Specifies the verbosity of logs the Nomad - agent will output. Valid log levels include `WARN`, `INFO`, or `DEBUG` in - increasing order of verbosity. + agent will output. Valid log levels include `WARN`, `INFO`, `DEBUG`, or + `TRACE` in increasing order of verbosity. - `log_include_location` `(bool: false)` - Include file and line information in each log line.