]> err.no Git - systemd/commitdiff
man: document the _TRANSPORT journal field
authorLennart Poettering <lennart@poettering.net>
Tue, 3 Apr 2012 22:43:40 +0000 (00:43 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 3 Apr 2012 22:43:40 +0000 (00:43 +0200)
man/systemd.journal-fields.xml

index becffc738a4f56ae3d8760019f8d670396e4e625..e638893b63f9e330b07630ba4c1f2652e1b4a41a 100644 (file)
                                         originating host.</para>
                                 </listitem>
                         </varlistentry>
+
+                        <varlistentry>
+                                <term>_TRANSPORT=</term>
+                                <listitem>
+                                        <para>How the entry was
+                                        received by the journal
+                                        service. One of
+                                        <literal>driver</literal>,
+                                        <literal>syslog</literal>,
+                                        <literal>journal</literal>,
+                                        <literal>stdout</literal>,
+                                        <literal>kernel</literal> for
+                                        internally generated messages,
+                                        for those received via the
+                                        local syslog socket with the
+                                        syslog protocol, for those
+                                        received via the native
+                                        journal protocol, for the
+                                        those read from a services'
+                                        standard output or error
+                                        output, resp. for those read
+                                        from the kernel.
+                                        </para>
+                                </listitem>
+                        </varlistentry>
                 </variablelist>
         </refsect1>