Hey Folks, I'm seeing something really strange with 9.16.26 ... we're getting like 10min gaps in the logs sent to syslog... the server seems to work just fine... it just stops logging for long periods of time. We're using rsyslog on el8 ...
Our logging looks like this: logging { channel dns_syslog { syslog local0; severity info; }; category default { dns_syslog; }; // Don't log denied queries (after closing recursive resolution). // In spite of the title, the security category is *only* // approval and denial of requests. category security { null; }; // Don't log format errors from lame servers. category lame-servers { null; }; // Don't log format errors of other types. category resolver { null; }; // Log queries of records for which we're authoritative. // They don't seem to be filterable in named so they're being filtered // in syslog-ng. channel querylog { syslog local6; severity debug 3; print-category yes; print-time yes; }; category queries { querylog; }; }; This all looks pretty standard... anyone else seen this? Thanks, Andy -- Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list ISC funds the development of this software with paid support subscriptions. Contact us at https://www.isc.org/contact/ for more information. bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users