1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

chore: issue templates must explain where the logs are

Closes forgejo/runner#533
This commit is contained in:
Earl Warren 2025-07-02 12:29:35 +02:00
parent c9e4c0e5f3
commit 42b029af47
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -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 `<details>...</details>` tags so it doesn't take up too much space in the issue.