Currently, the show log container and monitor log container commands do not work correctly when container's log-driver is set to journald.
While the container logs are being captured by journald, there is no mechanism in VyOS CLI to display these logs via the show or monitor commands.
Currently, when log-driver journald is configured for a container in VyOS, attempting to show or monitor the container's logs results in the following error:
Error: journald logging only enabled with systemd on linux: no support for this OS yet
This error occurs despite the container logs being successfully written to journald, as verified by journalctl -xeu <container_name>.service.