mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Adding warnings about TRACE logs (#1709)
Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com>
This commit is contained in:
parent
a460475c81
commit
b084b3e3f4
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -52,7 +52,13 @@ body:
|
||||
id: tf-debug
|
||||
attributes:
|
||||
label: Debug Output
|
||||
description: Full debug output can be obtained by running OpenTofu with the environment variable `TF_LOG=trace`. Please create a GitHub Gist containing the debug output. Please do _not_ paste the debug output in the issue, since debug output is long. Debug output may contain sensitive information. Please review it before posting publicly.
|
||||
description: |
|
||||
Full debug output can be obtained by running OpenTofu with the environment variable `TF_LOG=trace`.
|
||||
Please create a GitHub Gist containing the debug output. Please do _not_ paste the debug output in the issue,
|
||||
since debug output is long. Debug output may contain sensitive information.
|
||||
|
||||
**⚠ Warning!** Carefully inspect the `TRACE` level OpenTofu logs! They may contain sensitive credentials.
|
||||
When in doubt, you can omit posting the logs and provide information later.
|
||||
placeholder: ...link to gist...
|
||||
value:
|
||||
validations:
|
||||
|
Loading…
Reference in New Issue
Block a user