[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:
@@ -349,7 +349,7 @@ if [ -n "$PYTHON" ] ; then
|
||||
$PYTHON -c "import yaml" && HAS_PYYAML=1
|
||||
fi
|
||||
|
||||
if [ $HAS_PYYAML ] ; then
|
||||
if [ $HAS_PYYAML -ne 0 ] ; then
|
||||
echo "I:checking dnstap-read YAML output"
|
||||
ret=0
|
||||
$PYTHON ydump.py "$DNSTAPREAD" "ns3/dnstap.out.save" > /dev/null || ret=1
|
||||
|
||||
Reference in New Issue
Block a user