From 76be6ce5e66c1d34f9533979b5da01593e24e3a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A1ndor=20Istv=C3=A1n=20Kr=C3=A1cser?= Date: Tue, 5 Jun 2018 16:23:32 +0200 Subject: [PATCH] Fix VAULT_LOG_LEVEL in docs (#4696) --- website/source/docs/commands/server.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/server.html.md b/website/source/docs/commands/server.html.md index 97219fca8e..d4e064860e 100644 --- a/website/source/docs/commands/server.html.md +++ b/website/source/docs/commands/server.html.md @@ -55,7 +55,7 @@ flags](/docs/commands/index.html) included on all commands. - `-log-level` `(string: "info")` - Log verbosity level. Supported values (in order of detail) are "trace", "debug", "info", "warn", and "err". This can - also be specified via the VAULT_LOG environment variable. + also be specified via the VAULT_LOG_LEVEL environment variable. ### Dev Options