diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-09-05 15:25:32 -0700 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-09-05 15:25:32 -0700 |
commit | a6e87e90ede66815989ba2db92a07102a69906fe (patch) | |
tree | fb0a5304c033842264760a3efe2b7c869f757131 /TODO | |
parent | 04bc4a3f47074d22035831965e97b0990fcf6f63 (diff) |
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.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -49,6 +49,8 @@ Bugfixes: Features: +* log fewer journal internal messages to the kernel kmsg + * move keymaps to /usr/lib/... rather than /usr/lib/udev/... * journald: check whether it is OK if the client can still modify delivered journal entries @@ -72,7 +74,7 @@ Features: * securityfs: don't mount in container -* slave/shared remount root fs in container +* slave/shared remount root fs in container might clash with CAP_SYS_MOUNTS * ability to pass fds into systemd @@ -327,7 +329,7 @@ Features: * dbus: in fedora, make the machine a symlink to /etc/machine-id -* dbus: on fedora, move dbus to early boot +* dbus: move dbus to early boot * journald: reuse XZ context |