From 9982b45fec2744f0bedc24c874fe26ba52f21ebc Mon Sep 17 00:00:00 2001 From: Stef Ki <3359043+stefkiourk@users.noreply.github.com> Date: Sun, 13 Aug 2023 19:35:30 +0200 Subject: [PATCH] Update debugging.mdx --- website/docs/internals/debugging.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.