X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fjournalctl.xml;h=cd17ca6ae7fb33d5e3b3723bdb8d087254e6db9d;hb=ab060556a9e1ebb2744719a29985e40919101a22;hp=f9abbfb2308ffe0267d47c13fe9cdba35b36af7a;hpb=dca6219e04505e9fa10b32e71059ce2abfae1dad;p=elogind.git diff --git a/man/journalctl.xml b/man/journalctl.xml index f9abbfb23..cd17ca6ae 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -173,8 +173,8 @@ Controls the - formatting of the journal entries that are - shown. Takes one of + formatting of the journal entries that + are shown. Takes one of short, short-monotonic, verbose, @@ -195,7 +195,10 @@ serializes the journal into a binary (but mostly text-based) stream suitable for backups and network - transfer. json + transfer (see Journal + Export Format for more + information). json formats entries as JSON data structures. cat generates a very terse output only @@ -267,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. + +