summaryrefslogtreecommitdiff
path: root/debian/rsyslog.default
blob: d12c4a0969fcac7774f1ae3e0682ee138d042108 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Options to rsyslogd
# -m 0 disables 'MARK' messages.
# -r enables logging from remote machines
# -x disables DNS lookups on messages recieved with -r
# See rsyslogd(8) for more details
RSYSLOGD_OPTIONS="-m 0"

# Options to rklogd
# -2 prints all kernel oops messages twice; once for klogd to decode, and
#    once for processing with 'ksymoops'
# -x disables all klogd processing of oops messages entirely
# See rklogd(8) for more details
RKLOGD_OPTIONS="-x"