Skip to content

Commit 214a749

Browse files
authored
docs: set TF_LOG=DEBUG in deployment debugging (#2981)
1 parent aff03e4 commit 214a749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ $ export TF_APPEND_USER_AGENT="CI/CD System XYZ Job #1234"
270270

271271
In case you want to [debug a deployment](https://www.terraform.io/internals/debugging), you can use the following command to increase the level of verbosity.
272272

273-
`SCW_DEBUG=1 TF_LOG=WARN TF_LOG_PROVIDER=DEBUG terraform apply`
273+
`SCW_DEBUG=1 TF_LOG=DEBUG TF_LOG_PROVIDER=DEBUG terraform apply`
274274

275275
- `SCW_DEBUG`: set the debug level of the scaleway SDK.
276276
- `TF_LOG`: set the level of the Terraform logging.

0 commit comments

Comments
 (0)