]> git.ipfire.org Git - thirdparty/systemd.git/commit - TODO
journalctl: rework JSON output mode
authorLennart Poettering <lennart@poettering.net>
Wed, 5 Sep 2012 22:25:32 +0000 (15:25 -0700)
committerLennart Poettering <lennart@poettering.net>
Wed, 5 Sep 2012 22:25:32 +0000 (15:25 -0700)
commita6e87e90ede66815989ba2db92a07102a69906fe
treefb0a5304c033842264760a3efe2b7c869f757131
parent04bc4a3f47074d22035831965e97b0990fcf6f63
journalctl: rework JSON output mode

This splits the JSON output mode into different modes: json and
json-pretty. The former printing one entry per line, the latter showing
JSON objects nicely indented and in multiple lines to make it easier to
read for humans.
TODO
man/journalctl.xml
src/journal/journal-send.c
src/journal/journalctl.c
src/shared/logs-show.c
src/shared/logs-show.h
src/systemctl/systemctl.c