X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.journal-fields.xml;h=bb89ed58d333fb5014274f14396510bcf50fdd0c;hp=ad03282b1ee768dd04f4d3555ad961d5985a04b0;hb=6cebe83cfa656365348ff21f567d133c7e34a71d;hpb=5199cbe4a4cb0f3e4134e8577dda37c05abf7dc0 diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index ad03282b1..bb89ed58d 100644 --- a/man/systemd.journal-fields.xml +++ b/man/systemd.journal-fields.xml @@ -51,14 +51,14 @@ Description Entries in the journal resemble an environment - block in their syntax, however with fields that can + block in their syntax but with fields that can include binary data. Primarily, fields are formatted UTF-8 text strings, and binary formatting is used only where formatting as UTF-8 text strings makes little sense. New fields may freely be defined by applications, but a few fields have special meaning. All fields with special meanings are - optional. In some cases fields may appear more than + optional. In some cases, fields may appear more than once per entry. @@ -176,7 +176,7 @@ _UID= _GID= - The process, user and + The process, user, and group ID of the process the journal entry originates from formatted as a decimal @@ -190,7 +190,16 @@ _CMDLINE= The name, the executable - path and the command line of + path, and the command line of + the process the journal entry + originates from. + + + + + _CAP_EFFECTIVE= + + The effective capabilities7 of the process the journal entry originates from. @@ -214,17 +223,20 @@ _SYSTEMD_UNIT= _SYSTEMD_USER_UNIT= _SYSTEMD_OWNER_UID= + _SYSTEMD_SLICE= - The control group path in - the systemd hierarchy, the + The control group path + in the systemd hierarchy, the systemd session ID (if any), - the systemd unit name (if any), - the systemd user session unit name (if any) - and the owner UID of the - systemd session (if any) of - the process the journal entry - originates from. + the systemd unit name (if + any), the systemd user session + unit name (if any), the owner + UID of the systemd session (if + any) and the systemd slice + unit of the process the + journal entry originates + from. @@ -377,12 +389,12 @@ the major and minor of the device node, separated by : and prefixed by b. Similar - for character devices, but + for character devices but prefixed by c. For network - devices the interface index, + devices, this is the interface index prefixed by n. For all other - devices + followed by the - subsystem name, followed by + devices, this is the subsystem name + prefixed by +, followed by :, followed by the kernel device name. @@ -454,7 +466,7 @@ attach OBJECT_PID= to a message. This will instruct systemd-journald to attach - additional fields on behalf of caller: + additional fields on behalf of the caller: @@ -480,7 +492,7 @@ OBJECT_SYSTEMD_UNIT= OBJECT_SYSTEMD_USER_UNIT= - Additional fields added automatically + These are additional fields added automatically by systemd-journald. Their meaning is the same as _UID=, @@ -495,8 +507,8 @@ _SYSTEMD_UNIT=, _SYSTEMD_USER_UNIT=, and _SYSTEMD_OWNER_UID= - described above, except that - process PID + as described above, except that the + process identified by PID is described, instead of the process which logged the message. @@ -516,7 +528,7 @@ url="http://www.freedesktop.org/wiki/Software/systemd/json">Journal JSON Format, the addresses of journal entries are serialized into fields prefixed with double - underscores. Note that these aren't proper fields when + underscores. Note that these are not proper fields when stored in the journal but for addressing meta data of entries. They cannot be written as part of structured log entries via calls such as