more logging shortcuts

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-10-12 15:01:27 -05:00
parent 1047cc86f3
commit fc87d18882
1 changed files with 18 additions and 0 deletions

View File

@ -16,3 +16,21 @@ enable:
restart:
systemctl stop virtigod.service
systemctl start virtigod.service
log-libvirt-guests:
journalctl -n 10 -xeu libvirt-guests.service
log-libvirtd:
journalctl -n 10 -xeu libvirtd.service
log-virtlogd:
journalctl -n 10 -xeu virtlogd.service
log-virtlockd:
journalctl -n 10 -xeu virtlockd.service
log-everything:
journalctl -f -xe
libvirtd-listen:
libvirtd --listen