mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 06:26:26 +00:00
Merge a8c7434e57
into 19a99d2ca9
This commit is contained in:
commit
f7ba6eb030
1 changed files with 27 additions and 10 deletions
37
.github/label-actions.yml
vendored
37
.github/label-actions.yml
vendored
|
@ -100,16 +100,6 @@
|
|||
</details>
|
||||
|
||||
|
||||
### Insufficient logs
|
||||
|
||||
<details><summary>Select me to read instructions</summary>
|
||||
|
||||
|
||||
If you already gave us a log, and the Renovate team said it's not enough, then follow the instructions from the **No logs at all** section.
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
### Formatting your logs
|
||||
|
||||
<details><summary>Select me to read instructions</summary>
|
||||
|
@ -135,6 +125,33 @@
|
|||
Good luck,
|
||||
|
||||
|
||||
The Renovate team
|
||||
|
||||
'auto:debug-logs':
|
||||
comment: >
|
||||
Hi there,
|
||||
|
||||
The logs you've provided are insufficient for troubleshooting. We specifically need **DEBUG** level logs to help diagnose your issue.
|
||||
|
||||
### How to enable DEBUG logs
|
||||
|
||||
Add `LOG_LEVEL=debug` to your environment variables before invoking Renovate.
|
||||
|
||||
|
||||
### Sharing your DEBUG logs
|
||||
|
||||
Please format your logs using:
|
||||
|
||||
<details><summary>DEBUG logs</summary>
|
||||
|
||||
```
|
||||
Your DEBUG level logs here
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
For large logs, please use [GitHub Gist](https://gist.github.com/) and share the link.
|
||||
|
||||
The Renovate team
|
||||
|
||||
'auto:logs-packages':
|
||||
|
|
Loading…
Reference in a new issue