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:
parent
c9e4c0e5f3
commit
42b029af47
1 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue