Skip to content

Commit

Permalink
Improve log collection command in troubleshooting guide (#2002)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexott committed Feb 16, 2023
1 parent dc40d34 commit d190819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If you have problems with code that uses Databricks Terraform provider, follow t
* Collect debug information using following command:

```sh
TF_LOG=DEBUG DATABRICKS_DEBUG_TRUNCATE_BYTES=250000 terraform apply 2>&1 > tf-debug.log
TF_LOG=DEBUG DATABRICKS_DEBUG_TRUNCATE_BYTES=250000 terraform apply -no-color 2>&1 |tee tf-debug.log
```

* Open a [new GitHub issue](https://github.com/databricks/terraform-provider-databricks/issues/new/choose) providing all information described in the issue template - debug logs, your Terraform code, Terraform & plugin versions, etc.
Expand Down

0 comments on commit d190819

Please sign in to comment.