diff --git a/website/docs/internals/debugging.mdx b/website/docs/internals/debugging.mdx index fddcfe5439..7734519d95 100644 --- a/website/docs/internals/debugging.mdx +++ b/website/docs/internals/debugging.mdx @@ -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.