mirror of
https://github.com/systemd/systemd.git
synced 2024-11-28 12:53:36 +08:00
man: minor updates
This commit is contained in:
parent
220369cc0c
commit
df688b23da
@ -567,8 +567,9 @@
|
||||
argument. If true and
|
||||
<varname>StandardOutput=</varname> or
|
||||
<varname>StandardError=</varname> are
|
||||
set to <option>syslog</option> or
|
||||
<option>kmsg</option> log lines
|
||||
set to <option>syslog</option>,
|
||||
<option>kmsg</option> or
|
||||
<option>journal</option>, log lines
|
||||
written by the executed process that
|
||||
are prefixed with a log level will be
|
||||
passed on to syslog with this log
|
||||
|
@ -372,13 +372,17 @@
|
||||
<refsect1>
|
||||
<title>Address Fields</title>
|
||||
|
||||
<para>During serialization into external formats the
|
||||
addresses of journal entries are serialized into
|
||||
fields prefixed with double underscores. Note that
|
||||
these aren't proper fields when stored in the journal,
|
||||
but addressing meta data of entries. They cannot be
|
||||
written as part of structured log entries via calls
|
||||
such as
|
||||
<para>During serialization into external formats, such
|
||||
as the <ulink
|
||||
url="http://www.freedesktop.org/wiki/Software/systemd/export">Journal
|
||||
Export Format</ulink> or the <ulink
|
||||
url="http://www.freedesktop.org/wiki/Software/systemd/json">Journal
|
||||
JSON Format</ulink>, the addresses of journal entries
|
||||
are serialized into fields prefixed with double
|
||||
underscores. Note that these aren't proper fields when
|
||||
stored in the journal, but addressing meta data of
|
||||
entries. They cannot be written as part of structured
|
||||
log entries via calls such as
|
||||
<citerefentry><refentrytitle>sd_journal_send</refentrytitle><manvolnum>3</manvolnum></citerefentry>. They
|
||||
may also not be used as matches for
|
||||
<citerefentry><refentrytitle>sd_journal_add_match</refentrytitle><manvolnum>3</manvolnum></citerefentry></para>
|
||||
|
Loading…
Reference in New Issue
Block a user