chiark / gitweb /
journalctl: add option to forgo ellipsization
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 17 Nov 2012 14:27:59 +0000 (15:27 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 17 Nov 2012 14:32:04 +0000 (15:32 +0100)
commite3657ecd7f9f9bd6a1719fc808639cd4b780674a
treefe635b60249497b071f59b07720f97f714a60715
parent1e1954f53386cb773e2a152748dd31c4d36aa2d8
journalctl: add option to forgo ellipsization

Sometimes it is better to see messages in full, and the existing
set of options didn't allow this easily. E.g. now

  journalctl -f --full

will behave like

  tail -f /var/log/messages

of yore.

Long option only for now, since small letters are becoming
scarce, and this doesn't feel like a capital-letter-option.
'-u' would be nice, and the above command would be spelled

  journalctl -fu
man/journalctl.xml
shell-completion/systemd-bash-completion.sh
shell-completion/systemd-zsh-completion.zsh
src/journal/journalctl.c