From 983e07cc175f1b97cba0fc2eda27af426a8c5223 Mon Sep 17 00:00:00 2001 From: f440 Date: Thu, 29 Oct 2015 18:45:02 +0900 Subject: [PATCH] docs: Correct logging option example ref. 0090c063e8c29d8af226b00bffd31e8eb3b35f77 --- website/source/docs/configuration/environment-variables.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/configuration/environment-variables.html.md b/website/source/docs/configuration/environment-variables.html.md index bcb8fc506c..1bb1f955a1 100644 --- a/website/source/docs/configuration/environment-variables.html.md +++ b/website/source/docs/configuration/environment-variables.html.md @@ -13,7 +13,7 @@ description: |- If set to any value, enables detailed logs to appear on stderr which is useful for debugging. For example: ``` -export TF_LOG=1 +export TF_LOG=TRACE ``` To disable, either unset it or set it to empty. When unset, logging will default to stderr. For example: