docs: Correct logging option example

ref. 0090c063e8
This commit is contained in:
f440 2015-10-29 18:45:02 +09:00
parent 485dbcc510
commit 983e07cc17
1 changed files with 1 additions and 1 deletions

View File

@ -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: