summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-07-27 10:31:33 +0200
committerLennart Poettering <lennart@poettering.net>2012-07-27 10:32:37 +0200
commit941e990db1f2682abaa2966b1c48602901d0c599 (patch)
tree4176e8cbea2ff1f2cd3b96391564660860e8bc75 /man
parent0d7e32fa0a8e5f21a66c2f5504adabfa40523efc (diff)
journalctl: add --priority= switch for filtering by priority
Diffstat (limited to 'man')
-rw-r--r--man/journalctl.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml
index 922ff4fe06..cd17ca6ae7 100644
--- a/man/journalctl.xml
+++ b/man/journalctl.xml
@@ -270,6 +270,38 @@
accessed.</para></listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>-p</option></term>
+ <term><option>--priority=</option></term>
+
+ <listitem><para>Filter output by
+ message priorities or priority
+ ranges. Takes either a single numeric
+ or textual log level (i.e. between
+ 0/<literal>emerg</literal> and
+ 7/<literal>debug</literal>), or a
+ range of numeric/text log levels in
+ the form FROM..TO. The log levels are
+ the usual syslog log levels as
+ documented in
+ <citerefentry><refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
+ i.e. <literal>emerg</literal> (0),
+ <literal>alert</literal> (1),
+ <literal>crit</literal> (2),
+ <literal>err</literal> (3),
+ <literal>warning</literal> (4),
+ <literal>notice</literal> (5),
+ <literal>info</literal> (6),
+ <literal>debug</literal> (7). If a
+ single log level is specified all
+ messages with this log levels or a
+ lower (hence more important) log level
+ are shown. If a range is specified all
+ messages within the range are shown,
+ including both the start and the end
+ value of the range.</para></listitem>
+ </varlistentry>
+
</variablelist>
</refsect1>