Merge pull request #33674 from stefkiourk/stefkiourk-patch-1

pull/33735/head
Craig Wright 3 years ago committed by GitHub
commit 2d93bc6cd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@ Setting `TF_LOG` to `JSON` outputs logs at the `TRACE` level or higher, and uses
~> **Warning:** The JSON encoding of log files is not considered a stable interface. It may change at any time, without warning. It is meant to support tooling that will be forthcoming, and that tooling is the only supported way to interact with JSON formatted logs.
Logging can be enabled separately for terraform itself and the provider plugins
Logging can be enabled separately for Terraform itself and the provider plugins
using the `TF_LOG_CORE` or `TF_LOG_PROVIDER` environment variables. These take
the same level arguments as `TF_LOG`, but only activate a subset of the logs.

Loading…
Cancel
Save