man: remove section about syslog forwarding
authorEvgeny Vereshchagin <evvers@ya.ru>
Wed, 18 Nov 2015 02:02:29 +0000 (02:02 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Wed, 18 Nov 2015 02:06:39 +0000 (02:06 +0000)
journald: turn ForwardToSyslog= off by default
After all, rsyslog and friends nowadays read their data directly from
the journal, hence the forwarding is unnecessary in most cases.

see 46b131574fdd7d77c15a0919ca9010c

man/systemd-journald.service.xml

index f1054b0..2810638 100644 (file)
     <programlisting>mkdir -p /var/log/journal
 systemd-tmpfiles --create --prefix /var/log/journal</programlisting>
 
-    <para><filename>systemd-journald</filename> will forward all
-    received log messages to the
-    <constant>AF_UNIX</constant>/<constant>SOCK_DGRAM</constant>
-    socket <filename>/run/systemd/journal/syslog</filename>, if it
-    exists, which may be used by Unix syslog daemons to process the
-    data further.</para>
-
     <para>See
     <citerefentry><refentrytitle>journald.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>
     for information about the configuration of this service.</para>