diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-07-11 13:30:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-07-11 15:34:40 +0200 |
commit | 46b131574fdd7d77c15a0919ca9010cad7aa6ac7 (patch) | |
tree | f7e5b09138a10fcc3fd9698da9bdaa04d756018b /man/journald.conf.xml | |
parent | 1cb1767a29458b3d16d6b161b4ee34dd496ff60d (diff) |
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.
Diffstat (limited to 'man/journald.conf.xml')
-rw-r--r-- | man/journald.conf.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/journald.conf.xml b/man/journald.conf.xml index 046609e401..5538b968e7 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -395,8 +395,8 @@ forwarding to syslog is enabled but no syslog daemon is running, the respective option has no effect. By - default, only forwarding to syslog and - wall is enabled. These settings may be + default, only forwarding wall is + enabled. These settings may be overridden at boot time with the kernel command line options <literal>systemd.journald.forward_to_syslog=</literal>, @@ -405,9 +405,9 @@ and <literal>systemd.journald.forward_to_wall=</literal>. When forwarding to the console, the - TTY to log to can be changed - with <varname>TTYPath=</varname>, - described below.</para></listitem> + TTY to log to can be changed with + <varname>TTYPath=</varname>, described + below.</para></listitem> </varlistentry> <varlistentry> |