Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Banck <dbanck@users.noreply.github.com>
  • Loading branch information
jpogran and dbanck committed Feb 28, 2022
1 parent 0388e88 commit 62d1c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,13 +303,13 @@ You can override the Terraform execution timeout by configuring this setting:
"terraform-ls.terraformExecTimeout": "30"
```

You can set the path Terraform logs (TF_LOG_PATH) by configuring this setting:
You can set the path Terraform logs (`TF_LOG_PATH`) by configuring this setting:

```json
"terraform-ls.terraformLogFilePath": "C:/some/folder/path/log-{{varname}}.log"
```

Supports variables (e.g. Timestamp, Pid, Ppid) via Go template syntax `{{varname}}`
Supports variables (e.g. timestamp, pid, ppid) via Go template syntax `{{varname}}`

### Telemetry

Expand Down

0 comments on commit 62d1c4f

Please sign in to comment.