From 5e343b8473cecf89a628ce62afbbbe6af74b6ab3 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sat, 31 May 2025 02:30:39 -0700 Subject: [PATCH] ci: update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 9e796e2c..9b585683 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -14,6 +14,9 @@ body: 4. Before creating this bug report, ensure you updated your applications to the latest versions. Check your configurations to ensure there are no typos or errors. Docker users should attempt to re-pull the TVApp2 image to ensure caching is not the cause of an issue. + 5. To get detailed logs of the issue, set the environment variable: + `LOG_LEVEL=5` + Restart the docker container and you should get more detailed logs.