diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-11-28 10:42:33 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-01-31 15:10:40 +0100 |
commit | 2b6b8bd3f727be539faacffad96756bc515e6ac6 (patch) | |
tree | d09a3eb1574e74b025f08af3348ce0a803c32e83 /man/journalctl.xml | |
parent | man: document the new sd_journal_open_namespace() API (diff) | |
download | systemd-2b6b8bd3f727be539faacffad96756bc515e6ac6.tar.xz systemd-2b6b8bd3f727be539faacffad96756bc515e6ac6.zip |
man: document --namespace= switch of journalctl
Diffstat (limited to 'man/journalctl.xml')
-rw-r--r-- | man/journalctl.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index f6703b06d6..46b22be699 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -750,6 +750,18 @@ </varlistentry> <varlistentry> + <term><option>--namespace=<replaceable>NAMESPACE</replaceable></option></term> + + <listitem><para>Takes a journal namespace identifier string as argument. If not specified the data + collected by the default namespace is shown. If specified shows the log data of the specified + namespace instead. If the namespace is specified as <literal>*</literal> data from all namespaces is + shown, interleaved. If the namespace identifier is prefixed with <literal>+</literal> data from the + specified namespace and the default namespace is shown, interleaved, but no other. For details about + journal namespaces see + <citerefentry><refentrytitle>systemd-journald.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>--header</option></term> <listitem><para>Instead of showing journal contents, show |