diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-10-25 01:19:24 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-10-25 01:24:44 +0200 |
commit | d99ae53a7327e1520ea4b9a3408c2d7f938c4b37 (patch) | |
tree | 52754f0a756cc93c32099dad6f76ac93779626df /man | |
parent | cae356ad49b505a5172d4dbb830d7ec8f32a9953 (diff) |
journal: properly serialize fields with multiple values into JSON
This now matches the JSON serialization spec from:
http://www.freedesktop.org/wiki/Software/systemd/json
Diffstat (limited to 'man')
-rw-r--r-- | man/journalctl.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index 9bc0153a9b..026bb22940 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -212,7 +212,10 @@ information). <literal>json</literal> formats entries as JSON data structures, one per - line. <literal>json-pretty</literal> + line (see <ulink + url="http://www.freedesktop.org/wiki/Software/systemd/json">Journal + JSON Format</ulink> for more + information). <literal>json-pretty</literal> also formats entries as JSON data structures, but formats them in multiple lines in order to make them |