Add Vault supported log levels (#6185)
Documentation : Add the supported log level configurations `Supported log levels: Trace, Debug, Error, Warn, Info.`
This commit is contained in:
parent
ea56be1e69
commit
13e60dbb40
|
@ -111,7 +111,7 @@ to specify where the configuration is.
|
|||
current value specified here (including overriding the CLI/env var
|
||||
parameters). Not all parts of Vault's logging can have its level be changed
|
||||
dynamically this way; in particular, secrets/auth plugins are currently not
|
||||
updated dynamically.
|
||||
updated dynamically. Supported log levels: Trace, Debug, Error, Warn, Info.
|
||||
|
||||
- `default_lease_ttl` `(string: "768h")` – Specifies the default lease duration
|
||||
for tokens and secrets. This is specified using a label suffix like `"30s"` or
|
||||
|
|
Loading…
Reference in New Issue