[master] dnstap size and versions options
4572. [func] The "dnstap-output" option can now take "size" and "versions" parameters to indicate the maximum size a dnstap log file can grow before rolling to a new file, and how many old files to retain. [RT #44502]
This commit is contained in:
@@ -21,7 +21,7 @@ options {
|
||||
statistics-file "named.stats";
|
||||
dnstap-identity "ns1";
|
||||
dnstap-version "xxx";
|
||||
dnstap-output file "dnstap.out";
|
||||
dnstap-output file "dnstap.out" size 30k versions 10;
|
||||
dnstap { all; };
|
||||
send-cookie no;
|
||||
require-server-cookie no;
|
||||
|
||||
Reference in New Issue
Block a user