This implements new guestfish only command called journal-view. There seems to be a minor issue when user wants to run it through pager (more) and wants cancel it. User will end up with stuck guestfish until journal-view transfers all journal items.
Output is not yet configurable, it's the same format as virt-log has. Maros Zatko (1): fish: add journal-view command fish/Makefile.am | 1 + fish/journal.c | 128 +++++++++++++++++++++++++++++++++++++++++++++++++++ generator/actions.ml | 9 ++++ 3 files changed, 138 insertions(+) create mode 100644 fish/journal.c -- 1.9.3 _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
