From c0e213a48aae200c4a09e2b10b2a665be2f73ff2 Mon Sep 17 00:00:00 2001 From: Alvin Schiller <103769832+AlvinSchiller@users.noreply.github.com> Date: Sat, 2 Mar 2024 01:25:54 +0000 Subject: [PATCH] Update logs description --- .github/ISSUE_TEMPLATE/bug_v2.yaml | 9 +++++++-- .github/ISSUE_TEMPLATE/bug_v3.yaml | 8 +++++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_v2.yaml b/.github/ISSUE_TEMPLATE/bug_v2.yaml index af92e4b42..193b7e9c7 100644 --- a/.github/ISSUE_TEMPLATE/bug_v2.yaml +++ b/.github/ISSUE_TEMPLATE/bug_v2.yaml @@ -75,8 +75,13 @@ body: label: Logs description: | Please provide the logs after the problem occured. - `tail -n 200 /var/log/syslog` (<= Bullseye) or `journalctl -n 200` (>= Bookworm) - render: shell + * `/home/pi/phoniebox_logs/install-jukebox.sh_*.log` -> Installation log + * `tail -n 200 /var/log/syslog` (<= Bullseye) or `journalctl -n 200` (>= Bookworm) -> General system logs + + You might also want to run the analytics script: + * `/home/pi/RPi-Jukebox-RFID/scripts/helperscripts/Analytics_AfterInstallScript.sh` + + Note: The logs may contain some personal information, You want to erase before sharing. - type: textarea id: config diff --git a/.github/ISSUE_TEMPLATE/bug_v3.yaml b/.github/ISSUE_TEMPLATE/bug_v3.yaml index d825a8021..a63a3f3bd 100644 --- a/.github/ISSUE_TEMPLATE/bug_v3.yaml +++ b/.github/ISSUE_TEMPLATE/bug_v3.yaml @@ -75,10 +75,12 @@ body: label: Logs description: | Please provide the logs after the problem occured. - `~/INSTALL-XXXXXXXXX.log` -> The logfile being generated when installing the Jukebox code + - `~/INSTALL-XXXXXXXXX.log` -> The logfile being generated when installing the Jukebox code and - `~/RPi-Jukebox-RFID/shared/logs/*.log` -> General Jukebox app and error logs - General Jukebox logs can also be found at `http://ip.of.your.box/logs/*.log` + - `~/RPi-Jukebox-RFID/shared/logs/*.log` -> General Jukebox app and error logs + General Jukebox logs can also be found at `http://ip.of.your.box/logs/*.log` + + Note: The logs may contain some personal information, You want to erase before sharing. - type: textarea