summaryrefslogtreecommitdiffstats
path: root/rsyslogd.8
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-20 10:51:21 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-20 10:51:21 +0000
commitc49042eb41a0ab0bba1f470f0457b379e6d6ad5e (patch)
tree467505e2cf8976f1f4c021d35306c3640292e70f /rsyslogd.8
parent2583be41070979f4ffdf605b7442edc704e00660 (diff)
downloadrsyslog-c49042eb41a0ab0bba1f470f0457b379e6d6ad5e.tar.gz
rsyslog-c49042eb41a0ab0bba1f470f0457b379e6d6ad5e.tar.xz
rsyslog-c49042eb41a0ab0bba1f470f0457b379e6d6ad5e.zip
implemented $OmitLocalLogging config directive
Diffstat (limited to 'rsyslogd.8')
-rw-r--r--rsyslogd.819
1 files changed, 0 insertions, 19 deletions
diff --git a/rsyslogd.8 b/rsyslogd.8
index 0c4fcf35..0fbe8ae1 100644
--- a/rsyslogd.8
+++ b/rsyslogd.8
@@ -29,11 +29,7 @@ rsyslogd \- reliable and extended syslogd
.RB [ " \-l "
.I hostlist
]
-.RB [ " \-m "
-.I interval
-]
.RB [ " \-n " ]
-.RB [ " \-o " ]
.br
.RB [ " \-p"
.IB socket
@@ -180,27 +176,12 @@ Specify a hostname that should be logged only with its simple hostname
and not the fqdn. Multiple hosts may be specified using the colon
(``:'') separator.
.TP
-.BI "\-m " "interval"
-The
-.B rsyslogd
-logs a mark timestamp regularly. The default
-.I interval
-between two \fI-- MARK --\fR lines is 20 minutes. This can be changed
-with this option. Setting the
-.I interval
-to zero turns it off entirely.
-.TP
.B "\-n"
Avoid auto-backgrounding. This is needed especially if the
.B rsyslogd
is started and controlled by
.BR init (8).
.TP
-.B "\-o"
-Omit reading the standard local log socket. This option is most
-useful for running multiple instances of rsyslogd on a single
-machine. When specified, no local log socket is opened at all.
-.TP
.BI "\-p " "socket"
You can specify an alternative unix domain socket instead of
.IR /dev/log "."