From ab1cb1ebbca24e5093b33373ce333cda923cdd66 Mon Sep 17 00:00:00 2001 From: Keepers Date: Fri, 14 Jul 2023 10:46:55 -0600 Subject: [PATCH] add mask-data to but ticket log desc (#3810) Request the user obscure their sensitive data when providing public logs. --- #### Type of change - [x] :world_map: Documentation --- .github/ISSUE_TEMPLATE/BUG-REPORT.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yaml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yaml index 438c9f35b..621f4bcec 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yaml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yaml @@ -35,6 +35,6 @@ body: id: logs attributes: label: Relevant log output - description: Please run Corso with `--log-level debug` and attach the log file. + description: Please run Corso with `--log-level debug --mask-sensitive-data` and attach the log file. placeholder: This will be automatically formatted, so no need for backticks. render: shell