From f6e6c889964856803de6c1db7cf4f8ef966ecfd1 Mon Sep 17 00:00:00 2001 From: Rahul Gautam Singh Date: Fri, 27 Dec 2024 01:13:08 +0530 Subject: [PATCH 1/2] chore: debug-logs label action --- .github/label-actions.yml | 39 +++++++++++++++++++++++++++++---------- 1 file changed, 29 insertions(+), 10 deletions(-) diff --git a/.github/label-actions.yml b/.github/label-actions.yml index 37da913626989b..0c76e5481e66c1 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -100,16 +100,6 @@ - ### Insufficient logs - -
Select me to read instructions - - - 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. - -
- - ### Formatting your logs
Select me to read instructions @@ -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: + +
DEBUG logs + + ``` + Your DEBUG level logs here + ``` + +
+ + For large logs, please use [GitHub Gist](https://gist.github.com/) and share the link. + The Renovate team 'auto:logs-packages': From a8c7434e57cc0d073ad64c4983402d890183daeb Mon Sep 17 00:00:00 2001 From: Rahul Gautam Singh Date: Fri, 27 Dec 2024 01:17:33 +0530 Subject: [PATCH 2/2] fix: remove deprecated logLevel method --- .github/label-actions.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/label-actions.yml b/.github/label-actions.yml index 0c76e5481e66c1..fd702a6abca158 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -135,9 +135,7 @@ ### 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. + Add `LOG_LEVEL=debug` to your environment variables before invoking Renovate. ### Sharing your DEBUG logs