diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6ee76d25ea..bd0c87bad0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -27,7 +27,7 @@ body: id: actual attributes: label: Actual Result with Screenshots or Logs - description: If applicable, add screenshots to help explain your problem. Also, you can add logs (anonymize them first!). Here a command that may help to share a log `prowler --log-level DEBUG --log-file $(date +%F)_debug.log` then attach here the log file. + description: If applicable, add screenshots to help explain your problem. Also, you can add logs (anonymize them first!). Here a command that may help to share a log `prowler --log-level ERROR --log-file $(date +%F)_error.log` then attach here the log file. validations: required: true - type: dropdown