Which of the following values provides the MOST verbose logging?

Posted by: Pdfprep Category: VA-002-P Tags: , ,

After running into issues with Terraform, you need to enable verbose logging to assist with troubleshooting the error.

Which of the following values provides the MOST verbose logging?
A . ERROR
B . INFO
C . DEBUG
D . WARN
E . TRACE

Answer: E

Explanation:

Terraform has detailed logs that can be enabled by setting the TF_LOG environment variable to any value. This will cause detailed logs to appear on stderr.

You can set TF_LOG to one of the log levels TRACE, DEBUG, INFO, WARN, or ERROR to change the verbosity of the logs. TRACE is the most verbose and it is the default if TF_LOG is set to something other than a log level name.

Leave a Reply

Your email address will not be published.