more logging shortcuts
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
1047cc86f3
commit
fc87d18882
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue