diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-10-09 11:36:34 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-10-09 11:37:01 +0200 |
commit | 2134b5ef6b5c944036d051381f4bd7b7e61ef373 (patch) | |
tree | fdf794d0537426e41cd06558952ee7aa13fe8039 /man/systemd.exec.xml | |
parent | b1543c4c93855b61b40118e9f14a0423dac2e078 (diff) |
man: SyslogIdentifier= has an effect on journal logging too
Diffstat (limited to 'man/systemd.exec.xml')
-rw-r--r-- | man/systemd.exec.xml | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 939983fb7e..e9af4abd6d 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -572,15 +572,19 @@ <varlistentry> <term><varname>SyslogIdentifier=</varname></term> <listitem><para>Sets the process name - to prefix log lines sent to syslog or - the kernel log buffer with. If not set, - defaults to the process name of the - executed process. This option is only - useful when + to prefix log lines sent to the + logging system or the kernel log + buffer with. If not set, defaults to + the process name of the executed + process. This option is only useful + when <varname>StandardOutput=</varname> or <varname>StandardError=</varname> are - set to <option>syslog</option> or - <option>kmsg</option>.</para></listitem> + set to <option>syslog</option>, + <option>journal</option> or + <option>kmsg</option> (or to the same + settings in combination with + <option>+console</option>).</para></listitem> </varlistentry> <varlistentry> <term><varname>SyslogFacility=</varname></term> |