diff --git a/system-status.sh b/system-status.sh index b26c92e75..f6f80dd7f 100755 --- a/system-status.sh +++ b/system-status.sh @@ -22,6 +22,9 @@ function log() { echo "###" >/dev/stderr } +# get the logs from the host +log journalctl --boot + # get the status of the VM in libvirt log virsh list