]> git.ipfire.org Git - thirdparty/systemd.git/commit
journalctl: make sure that journalctl's --all switch also has an effect on json output
authorLennart Poettering <lennart@poettering.net>
Fri, 1 Jul 2016 00:41:19 +0000 (17:41 -0700)
committerLennart Poettering <lennart@poettering.net>
Tue, 19 Jul 2016 12:21:49 +0000 (14:21 +0200)
commit8980058a3715f2dc96f38373b9550ef4e5b83662
tree2c43a27ca541f9952b315214c18ef83783e73dab
parentc24f1f9df1a79f413dc1cdad27341027e58d2a1f
journalctl: make sure that journalctl's --all switch also has an effect on json output

With this change, binary record data is formatted as string if --all is
specified when using json output. This is inline with the effect of --all on
the other available output modes.

Fixes: #3416
src/shared/logs-show.c