HashiCorp Certified: Terraform Associate — Question 176

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

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 stdout; instead, it directs them to stderr. Option A is incorrect as it misrepresents where the debug messages are actually sent.