diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-12-08 21:22:05 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-12-11 03:18:06 +0100 |
commit | 5c9da83004f0f62b5ecfa1503a561859888f8e1f (patch) | |
tree | d52f160846dd6216b8481d924a0d4bded77c008c /man/journalctl.xml | |
parent | journalctl: honor --quiet with --setup-keys (diff) | |
download | systemd-5c9da83004f0f62b5ecfa1503a561859888f8e1f.tar.xz systemd-5c9da83004f0f62b5ecfa1503a561859888f8e1f.zip |
journalctl: allow to dump generated key in json format
Closes #35503.
Diffstat (limited to 'man/journalctl.xml')
-rw-r--r-- | man/journalctl.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index 0cc2b72acc..1f9ca364f3 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -835,6 +835,9 @@ with <option>--setup-keys</option>. Shorter intervals increase CPU consumption but shorten the time range of undetectable journal alterations. Defaults to 15min.</para> + <para>Note, <option>--output=json-sse</option> and <option>--output=json-seq</option> are silently + migrated to <option>--output=json</option>.</para> + <xi:include href="version-info.xml" xpointer="v189"/></listitem> </varlistentry> |