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:
Graham Land 2019-02-07 19:27:08 +00:00 committed by Brian Kassouf
parent ea56be1e69
commit 13e60dbb40
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ to specify where the configuration is.
current value specified here (including overriding the CLI/env var current value specified here (including overriding the CLI/env var
parameters). Not all parts of Vault's logging can have its level be changed 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 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 - `default_lease_ttl` `(string: "768h")` Specifies the default lease duration
for tokens and secrets. This is specified using a label suffix like `"30s"` or for tokens and secrets. This is specified using a label suffix like `"30s"` or