[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:
11
bin/tests/system/dnstap/bad-size-version.conf
Normal file
11
bin/tests/system/dnstap/bad-size-version.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
options {
|
||||
dnstap-output unix "/tmp/dnstap.sock" size 10k versions 3;
|
||||
};
|
||||
Reference in New Issue
Block a user