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
16
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
16
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -11,13 +11,13 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
# Thank you for opening an issue.
|
# Thank you for opening an issue.
|
||||||
|
|
||||||
The [OpenTofu](https://github.com/opentofu/opentofu) issue tracker is reserved for bug reports relating to the core OpenTofu CLI application and configuration language.
|
The [OpenTofu](https://github.com/opentofu/opentofu) issue tracker is reserved for bug reports relating to the core OpenTofu CLI application and configuration language.
|
||||||
|
|
||||||
## Filing a bug report
|
## Filing a bug report
|
||||||
|
|
||||||
To fix problems, we need clear reproduction cases - we need to be able to see it happen locally. A reproduction case is ideally something any engineer can git-clone or copy-paste and run immediately, without inventing any details or context.
|
To fix problems, we need clear reproduction cases - we need to be able to see it happen locally. A reproduction case is ideally something any engineer can git-clone or copy-paste and run immediately, without inventing any details or context.
|
||||||
|
|
||||||
* A short example can be directly copy-pasteable; longer examples should be in separate git repositories, especially if multiple files are needed
|
* A short example can be directly copy-pasteable; longer examples should be in separate git repositories, especially if multiple files are needed
|
||||||
* Please include all needed context. For example, if you figured out that an expression can cause a crash, put the expression in a variable definition or a resource
|
* Please include all needed context. For example, if you figured out that an expression can cause a crash, put the expression in a variable definition or a resource
|
||||||
* Set defaults on (or omit) any variables. The person reproducing it should not need to invent variable settings
|
* Set defaults on (or omit) any variables. The person reproducing it should not need to invent variable settings
|
||||||
@ -52,7 +52,13 @@ body:
|
|||||||
id: tf-debug
|
id: tf-debug
|
||||||
attributes:
|
attributes:
|
||||||
label: Debug Output
|
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...
|
placeholder: ...link to gist...
|
||||||
value:
|
value:
|
||||||
validations:
|
validations:
|
||||||
|
Loading…
Reference in New Issue
Block a user