Difference between revisions of "Terraform debugging: TF LOG"
Jump to navigation
Jump to search
m (Ant moved page Terraform Debuggin: TF LOG to Terraform Debugging: TF LOG) |
Tags: Mobile web edit, Mobile edit |
||
Line 20: | Line 20: | ||
== See also == | == See also == | ||
* {{Terraform env vars}} | * {{Terraform env vars}} | ||
− | * {{Terraform}} | + | * {{Terraform debugging}} |
[[Category:Terraform]] | [[Category:Terraform]] |
Revision as of 08:24, 16 March 2023
To enable debugging setTF_LOG
variable to any of these values TRACE, DEBUG, INFO, WARN
or ERROR
It will send log to stderr
.
Example:
export TF_LOG=INFO export TF_LOG=DEBUG
TF_LOG
required even whenTF_LOG_PATH
is set.TF_LOG_PATH
Related
See also
Advertising: