ash-logs - show logs for an ash background VM
Shows journal entries from the latest invocation of the transient user systemd unit that owns an ash background VM. Logs from older processes that reused the same unit name are excluded.
Each journal entry is printed as [YYYY-MM-DD HH:MM:SS] MESSAGE. Hostname, process name, and process ID metadata are omitted.
By default, ash shows the 100 most recent entries. Use --lines=N or -n N to choose a different number.
With --follow or -f, journalctl continues waiting for new entries until interrupted.
ash logs reads the ash-NAME.service user unit created by background spawn flows. Foreground attached VMs do not run in this unit.
ash logs work
ash logs --lines 250 work
ash logs -f work
Generated from ash Cmdliner manpage metadata.