Re: [Libguestfs] [PATCH v3] fish: add journal-view command

2015-03-23 Thread Richard W.M. Jones
On Thu, Mar 05, 2015 at 04:51:00PM +0100, Maros Zatko wrote: Lets user view journald log from VM in a similar format as journalctl uses. Makes virt-log use the same code as guestfish for journal-view. Fixes RFE: journal reader in guestfish (RHBZ#988100) I think this patch could be in two

[Libguestfs] [PATCH v3] fish: add journal-view command

2015-03-05 Thread Maros Zatko
Lets user view journald log from VM in a similar format as journalctl uses. Makes virt-log use the same code as guestfish for journal-view. Fixes RFE: journal reader in guestfish (RHBZ#988100) --- cat/Makefile.am | 1 + cat/log.c| 113 +---