docs: update configuration docs to include trace-level logging (#23285)

This commit is contained in:
Tim Gross
2024-06-11 09:19:52 -04:00
committed by GitHub
parent 7d73065066
commit 44078d4786

View File

@@ -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.