From 56483d10d29fa391c31cc81ccb38daef8d73a78c Mon Sep 17 00:00:00 2001 From: Rachel Sharp Date: Mon, 19 Apr 2021 12:18:02 -0400 Subject: [PATCH] Update debugging.html.md --- website/docs/internals/debugging.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/internals/debugging.html.md b/website/docs/internals/debugging.html.md index b822f29d3..5262c62b1 100644 --- a/website/docs/internals/debugging.html.md +++ b/website/docs/internals/debugging.html.md @@ -8,6 +8,9 @@ description: |- # Debugging Terraform +> **Hands-on:** Try the [Create Dynamic Expressions](https://learn.hashicorp.com/tutorials/terraform/troubleshooting-workflow#bug-reporting-best-practices?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS) tutorial on HashiCorp Learn. + + Terraform has detailed logs which can be enabled by setting the `TF_LOG` environment variable to any value. This will cause detailed logs to appear on stderr. You can set `TF_LOG` to one of the log levels `TRACE`, `DEBUG`, `INFO`, `WARN` or `ERROR` to change the verbosity of the logs.