mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
[master] change RRL log category 'query-errors'
3575. [func] Changed the logging category for RRL events from 'queries' to 'query-errors'. [RT #33540]
This commit is contained in:
@@ -1219,7 +1219,8 @@ dns_rrl(dns_view_t *view,
|
||||
* Make a log message for the caller.
|
||||
*/
|
||||
if (wouldlog)
|
||||
make_log_buf(rrl, e, rrl->log_only ? "would " : NULL,
|
||||
make_log_buf(rrl, e,
|
||||
rrl->log_only ? "would rate limit " : "rate limit ",
|
||||
NULL, ISC_FALSE, qname, ISC_FALSE,
|
||||
rrl_result, resp_result, log_buf, log_buf_len);
|
||||
|
||||
|
Reference in New Issue
Block a user