Dietpi dashboard logs?

Hi, first of all great work on doing the dietpi-dashboard. Today I was looking for some dashboard where I can have a quick peek of all my services and their systemd logs at once and dietpi-dashboard seems to fit in.

Now the problem is: how can I can all the services logs (the ones I get from service x status command) in that dashboard? That would be great!

Thanks!

1 Like

On the dashboard page you have a terminal where you could execute commands like service --status-all, systemctl status or dietpi-services status.

beside the dashboard and more related to the service x status command, there the number of lines from the log is limited. Way better command to use would be journalctl -u <service>. This will give the whole log from the entire service.

1 Like

2 posts were split to a new topic: Can not access netdata web page