Difference between revisions of "Terraform debugging: TF LOG"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 2: | Line 2: | ||
To enable debugging set<code>[[TF_LOG]]</code> variable to any of these values <code>TRACE, DEBUG, INFO, WARN</code> or <code>ERROR</code> | To enable debugging set<code>[[TF_LOG]]</code> variable to any of these values <code>TRACE, DEBUG, INFO, WARN</code> or <code>ERROR</code> | ||
It will send log to <code>[[stderr]]</code>. | It will send log to <code>[[stderr]]</code>. | ||
− | + | Examples: | |
[[export]] TF_LOG=TRACE | [[export]] TF_LOG=TRACE | ||
[[export]] TF_LOG=DEBUG | [[export]] TF_LOG=DEBUG |
Revision as of 08:26, 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
.
Examples:
export TF_LOG=TRACE export TF_LOG=DEBUG export TF_LOG=INFO export TF_LOG=WARN export TF_LOG=ERROR
TF_LOG
required even whenTF_LOG_PATH
is set.TF_LOG_PATH
Related
See also
Advertising: