Rsyslog is an enhanced syslogd supporting, among others, MySQL, PostgreSQL, failover log destinations, syslog/tcp, fine grain output format control, high precision timestamps, queued operations and the ability to filter on any message part. It is quite compatible to stock sysklogd and can be used as a drop-in replacement.
11 lines
391 B
Text
11 lines
391 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE.NetBSD,v 1.1 2013/09/11 10:01:56 fhajny Exp $
|
|
|
|
For simple replacement for syslogd(8), you may put the following lines
|
|
into your /etc/rc.conf:
|
|
|
|
syslogd=NO
|
|
rsyslogd=YES
|
|
rsyslogd_flags="-c 3 -f /etc/syslog.conf"
|
|
|
|
===========================================================================
|