AmpliPi
AmpliPi copied to clipboard
Logging server is less populated than `journalctl -f`
We currently use systemd-journal-gatewayd to populate the logs server at amplipi.local/19531/entries, but that user doesn't have enough permissions to see all the same logs that an SSH'd in user can see.
We need to find a good way to give the service some permissions, either by codifying the temporary user that it uses to run or by making it use a different user account (or a secret third thing)