Skip to content

Commit 2fbdd35

Browse files
authored
Add debugging section to development documentation (#333)
1 parent e42b2ec commit 2fbdd35

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

development/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,16 @@ make enable_git_hooks
8080

8181
Code will be formatted and docs generated before each commit.
8282

83+
## Debugging
84+
85+
To run the provider with debug logging enabled:
86+
87+
```bash
88+
go run -tags alpha main.go --debug
89+
```
90+
91+
For more information on debugging Terraform providers, see the [official debugging guide](https://developer.hashicorp.com/terraform/plugin/framework/debugging).
92+
8393
## Docs
8494

8595
If you made any changes to the provider's interface, please run `make docs` to update documentation as well.

0 commit comments

Comments
 (0)