HashiCorp Certified: Terraform Associate — Question 19

Setting the TF_LOG environment variable to DEBUG causes debug messages to be logged into syslog.

Answer options

Correct answer: B

Explanation

The correct answer is B because setting the TF_LOG environment variable to DEBUG does not log messages to syslog; instead, it logs them to the standard output. Option A is incorrect as it misinterprets the functionality of the TF_LOG variable.