From 941e990db1f2682abaa2966b1c48602901d0c599 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 27 Jul 2012 10:31:33 +0200 Subject: journalctl: add --priority= switch for filtering by priority --- man/journalctl.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'man') 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. + + + + + Filter output by + message priorities or priority + ranges. Takes either a single numeric + or textual log level (i.e. between + 0/emerg and + 7/debug), 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 + syslog3, + i.e. emerg (0), + alert (1), + crit (2), + err (3), + warning (4), + notice (5), + info (6), + debug (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. + + -- cgit v1.2.3-54-g00ecf