From 42b029af472c63d4fb2748a81668890c604a8995 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Wed, 2 Jul 2025 12:29:35 +0200 Subject: [PATCH] chore: issue templates must explain where the logs are Closes forgejo/runner#533 --- .forgejo/issue_template/bug-report.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.