]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared/logs-show: add new --output= format "short-delta" 24686/head
authorDaniel Braunwarth <daniel@braunwarth.dev>
Thu, 22 Sep 2022 16:35:19 +0000 (18:35 +0200)
committerDaniel Braunwarth <daniel@braunwarth.dev>
Fri, 23 Sep 2022 08:07:03 +0000 (10:07 +0200)
commit893bcd3d074022bd52618cb682152cb822878636
treefd636b0ef90ba4d39163f92f1a3032a11237dcc8
parent275e6be052e690adcad5d2a557acb9dcb5bedbc6
shared/logs-show: add new --output= format "short-delta"

This new output formatting option is similar to "short-monotonic" but
also shows the time delta between two messages.

This fixes #24641.
12 files changed:
NEWS
man/journalctl.xml
shell-completion/zsh/_sd_outputmodes
src/journal-remote/journal-gatewayd.c
src/journal/journalctl.c
src/login/loginctl.c
src/machine/machinectl.c
src/shared/logs-show.c
src/shared/logs-show.h
src/shared/output-mode.c
src/shared/output-mode.h
src/systemctl/systemctl.c