Skip to content

Commit

Permalink
chore: debug-logs label action
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulGautamSingh committed Dec 26, 2024
1 parent ca821eb commit f6e6c88
Showing 1 changed file with 29 additions and 10 deletions.
39 changes: 29 additions & 10 deletions .github/label-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -135,6 +125,35 @@
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 "logLevel": "debug" in your self-hosted configuration
Or
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':
Expand Down

0 comments on commit f6e6c88

Please sign in to comment.