[Pdns-users] Alternative way to log in pdns_recursor when OS holds Syslog hostage
Brian Candler
b.candler at pobox.com
Fri Nov 3 08:26:39 UTC 2017
On 02/11/2017 23:09, Nicholas Williams wrote:
> - Log to host:port
You could install a "real" syslog server like syslog-ng or rsyslog,
listening on a different port (say 127.0.0.1:5140), and tell your
Busybox syslog to forward to that. Then you can do filtering based on
facility and level (e.g. set logging-facility=3 to log to facility "local3")
It might be better simply to disable the Busybox syslog server (if you
can find where it's enabled in startup scripts) and run just the real
one instead.
Another option is to forward all your logs to another host anyway, to
avoid wear on the flash of your tiny host.
More information about the Pdns-users
mailing list