From 464532c9a4563d38224401ba86e8c4cf69ae76c6 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 | 9 +++++---- 2 files changed, 12 insertions(+), 6 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..2938d10b3 100644 --- a/.github/ISSUE_TEMPLATE/bug_v3.yaml +++ b/.github/ISSUE_TEMPLATE/bug_v3.yaml @@ -75,10 +75,11 @@ body: label: Logs description: | Please provide the logs after the problem occured. - `~/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` + - `~/INSTALL-XXXXXXXXX.log` -> The logfile being generated when installing the Jukebox code + - `~/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