mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 01:30:42 +01:00
13 lines
454 B
Plaintext
13 lines
454 B
Plaintext
# 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"
|