1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-09 12:58:26 +03:00

man: SyslogIdentifier= has an effect on journal logging too

This commit is contained in:
Lennart Poettering 2014-10-09 11:36:34 +02:00
parent b1543c4c93
commit 2134b5ef6b
Notes: Lennart Poettering 2014-10-27 13:07:14 +01:00
Backport: bugfix

View File

@ -572,15 +572,19 @@
<varlistentry> <varlistentry>
<term><varname>SyslogIdentifier=</varname></term> <term><varname>SyslogIdentifier=</varname></term>
<listitem><para>Sets the process name <listitem><para>Sets the process name
to prefix log lines sent to syslog or to prefix log lines sent to the
the kernel log buffer with. If not set, logging system or the kernel log
defaults to the process name of the buffer with. If not set, defaults to
executed process. This option is only the process name of the executed
useful when process. This option is only useful
when
<varname>StandardOutput=</varname> or <varname>StandardOutput=</varname> or
<varname>StandardError=</varname> are <varname>StandardError=</varname> are
set to <option>syslog</option> or set to <option>syslog</option>,
<option>kmsg</option>.</para></listitem> <option>journal</option> or
<option>kmsg</option> (or to the same
settings in combination with
<option>+console</option>).</para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><varname>SyslogFacility=</varname></term> <term><varname>SyslogFacility=</varname></term>