Skip to content

Commit

Permalink
Update logs description
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Mar 2, 2024
1 parent 281aa08 commit d48a35d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 7 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 log
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
Expand Down
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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` -> Installation 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
Expand Down

0 comments on commit d48a35d

Please sign in to comment.