Troubleshooting
Troubleshooting
Here you will find basic information on how to act if you encounter any issues with Fleetshare.
See live logs
To see the live logs of Fleetshare, you can use the following command:
journalctl -u fleetshare -f --lines 1000
This command will show the last 1000 lines of the Fleetshare logs. If you want to see more lines, you can increase the number in the --lines
flag.
You can exit the log view by pressing Ctrl + C
.