Enables upload of logs to a remote server
Simple example snap to show how to send journal messages from a device to a remote journal server.
To run the snap you need to connect a few interfaces and set a receiver URL:
sudo snap connect logsync-james:daemon-notify
sudo snap connect logsync-james:time-control
sudo snap connect logsync-james:network-control
sudo snap connect logsync-james:log-observe
sudo snap set logsync-james url="http://ip-of-the-machine-running-logsync-receiver"