diff --git a/.forgejo/issue_template/bug-report.yaml b/.forgejo/issue_template/bug-report.yaml index 414f4e4f..d7127c5a 100644 --- a/.forgejo/issue_template/bug-report.yaml +++ b/.forgejo/issue_template/bug-report.yaml @@ -70,8 +70,10 @@ body: attributes: label: Logs description: | - It's really important to provide pertinent logs. You must give us `DEBUG` level logs. - Please read https://forgejo.org/docs/latest/admin/logging-documentation/. + It's really important to provide pertinent logs. For Forgejo + [use `DEBUG` level logs](https://forgejo.org/docs/next/admin/logging-documentation/) + and for the Forgejo runner + [set `log.level=debug` and `log.job_level=debug`](https://forgejo.org/docs/next/admin/runner-installation/#configuration). Please copy and paste your logs here, with any sensitive information (e.g. API keys) removed/hidden. You can wrap your logs in `
...
` tags so it doesn't take up too much space in the issue.