Hello,

just curious... why don't you let bind use syslog() directly, e.g.
receiving the messages with rsyslog locally using imuxsock. Then let
rsyslog write it to your local file (if needed) and additionally send it
to the remote host? Does the file input module really make sense for a
service that can log to syslog?

For example, here is part of my bind logging config:

logging {
    channel default {
        syslog local0;
        severity debug;
    };
    channel query {
        syslog local1;
        severity debug;
    };
    category default        { default; };
    category general        { default; };
    category queries        { query; };
};

Best regards,
John
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com

Reply via email to