X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fjournalctl.xml;h=026bb22940d502e8c2b369d0bad5f176589313d7;hp=0bbcee33ab39bf9f4de59dfb31a65289a5b5b098;hb=f8a2ebbc503c23210300ade56c1fb71c85c40a59;hpb=16dad32e437fdf2ffca03cc60a083d84bd31886f diff --git a/man/journalctl.xml b/man/journalctl.xml index 0bbcee33a..026bb2294 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -159,16 +159,13 @@ - Controls the number of - journal lines to show, counting from - the most recent ones. The argument is - optional, and if specified is a - positive integer. If not specified and - in follow mode defaults to 10. If this - option is not passed and follow mode - is not enabled, how many lines are - shown is not - limited. + Show the most recent + journal events and limit the number of + events shown. If + is used, + this option is implied. The argument, + a positive integer, is optional, and + defaults to 10. @@ -215,7 +212,10 @@ information). json formats entries as JSON data structures, one per - line. json-pretty + line (see Journal + JSON Format for more + information). json-pretty also formats entries as JSON data structures, but formats them in multiple lines in order to make them @@ -257,7 +257,56 @@ Show data only from - current boot. + current boot. This will add a match + for _BOOT_ID= for + the current boot ID of the + kernel. + + + + + + + Show data only of the + specified unit. This will add a match + for _SYSTEMD_UNIT= + for the specified + unit. + + + + + + + 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 level 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. This will add + PRIORITY= matches + for the specified + priorities. @@ -300,6 +349,16 @@ time, respectively. + + + + + Print all possible + data values the specified field can + take in all entries of the + journal. + + @@ -312,38 +371,6 @@ paths. - - - - - 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 level 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. - -