A simple systemd service which receives journal messages from a VM over VSOCK.
The received journal messages are stored in /var/log/journal/vsock and
can be viewed via:
journalctl --directory /var/log/journal/vsockSee https://github.com/adombeck/journal-vsock-export for the counterpart on the VM which sends the messages.
- Clone the repository
- Run
sudo ./install.sh