From a00a869eb7232145cf9a6a3e9ca246ca993ffeca Mon Sep 17 00:00:00 2001 From: VBouiller <31282661+vbouiller@users.noreply.github.com> Date: Thu, 8 Aug 2024 01:12:27 +0200 Subject: [PATCH] Fix: typo in Vault CLI Env variables (#24093) Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> --- website/content/docs/commands/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/commands/index.mdx b/website/content/docs/commands/index.mdx index 093e778256..e902b73772 100644 --- a/website/content/docs/commands/index.mdx +++ b/website/content/docs/commands/index.mdx @@ -343,7 +343,7 @@ This takes precedence over [license_path in config](/vault/docs/configuration#li ### `VAULT_LOG_LEVEL` Set the Vault server's log level. The supported values are `trace`, `debug`, -`info`, `warn`, and `err`. The default log leve is `info`. +`info`, `warn`, and `err`. The default log level is `info`. ### `VAULT_MAX_RETRIES`