diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-12-08 15:42:47 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-12-08 15:42:47 +0100 |
commit | 60b8ce14bf33e76237cf82dd1f68acc750e64316 (patch) | |
tree | d237ae8806139dfdfcd466b99d67244bc84a509c /doc | |
parent | 128edc1598a13c894fe3853673d1231b9feafc39 (diff) | |
download | rsyslog-60b8ce14bf33e76237cf82dd1f68acc750e64316.tar.gz rsyslog-60b8ce14bf33e76237cf82dd1f68acc750e64316.tar.xz rsyslog-60b8ce14bf33e76237cf82dd1f68acc750e64316.zip |
added $PreserveFQDN config file directive
Enables to use FQDNs in sender names where the legacy default
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rsyslog_conf_global.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/rsyslog_conf_global.html b/doc/rsyslog_conf_global.html index d02245e3..6e03e571 100644 --- a/doc/rsyslog_conf_global.html +++ b/doc/rsyslog_conf_global.html @@ -186,6 +186,9 @@ supported in order to be compliant to the upcoming new syslog RFC series. <li><b>$OptimizeForUniprocessor</b> [on/<b>off</b>] - turns on optimizatons which lead to better performance on uniprocessors. If you run on multicore-machiens, turning this off lessens CPU load. The default may change as uniprocessor systems become less common.</li> +<li>$PreserveFQDN [on/<b>off</b>) - if set to off (legacy default to remain compatible +to sysklogd), the domain part from a name that is within the same domain as the receiving +system is stripped. If set to on, full names are always used.</li> <li>$WorkDirectory <name> (directory for spool and other work files)</li> <li>$UDPServerAddress <IP> (imudp) -- local IP address (or name) the UDP listens should bind to</li> |