Difference between revisions of "Terraform debugging: TF LOG"

From wikieduonline
Jump to navigation Jump to search
m (Welcome moved page TF LOG to Terraform Debuggin: TF LOG)
Line 2: Line 2:
  
  
Setting <code>[[TF_LOG]]</code> will send log to <code>[[stderr]]</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>.
  
  
Values: <code>TRACE, DEBUG, INFO, WARN</code> or <code>ERROR</code>
 
  
 
* <code>[[TF_LOG]]</code> required even when <code>[[TF_LOG_PATH]]</code> is set.
 
* <code>[[TF_LOG]]</code> required even when <code>[[TF_LOG_PATH]]</code> is set.

Revision as of 16:42, 14 September 2022

Advertising: