X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fjournalctl.xml;h=d4e031619a62954d4b6655c56b44e5ff6385c848;hb=06b643e7f5a3b79005dd57497897ab7255fe3659;hp=df9c79465fc6ae950ed3e26a287300b6a5d38543;hpb=4e6029435111adcad71489aca2dd68bc65aeffd4;p=elogind.git diff --git a/man/journalctl.xml b/man/journalctl.xml index df9c79465..d4e031619 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -99,9 +99,9 @@ _KERNEL_DEVICE= match for the device. - Additional contraints may be added using options + Additional constraints may be added using options , , - etc, to futher limit what entries will be shown + etc, to further limit what entries will be shown (logical AND). Output is interleaved from all accessible @@ -128,7 +128,7 @@ option and the "Environment" section below. - When outputing to a tty, lines are colored + When outputting to a tty, lines are colored according to priority: lines of level ERROR and higher are colored red; lines of level NOTICE and higher are highlighted; other lines are displayed normally. @@ -497,14 +497,29 @@ + + + + + Show messages for the + specified syslog identifier + SYSLOG_IDENTIFIER, or + for any of the messages with a SYSLOG_IDENTIFIER + matched by PATTERN. + + This parameter can be specified + multiple times. + + Show messages for the specified systemd unit - UNIT, or - for any of the units matched by + UNIT (such + as a service unit), or for any of the + units matched by PATTERN. If a pattern is specified, a list of unit names found in the journal is @@ -911,6 +926,10 @@ journalctl -k -b -1 + Show a live log display from a system service apache.service: + + journalctl -f -u apache +