summaryrefslogtreecommitdiffstats
path: root/redhat/rsyslog
blob: ee9be79b0b77885c64f7fb87706d49640ca1acaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Options to syslogd
# -m 0 disables 'MARK' messages.
# -r enables logging from remote machines
# -x disables DNS lookups on messages recieved with -r
# See syslogd(8) for more details
SYSLOGD_OPTIONS="-m 0"
# Options to klogd
# -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 klogd(8) for more details
KLOGD_OPTIONS="-x"