DO NOT MERGE: hack for measurements: dump cache in plain zone format
Sometimes it's handy to dump cache in a format which can be processed using standard tools. Don't forget fgrep -v '$DATE'.
This commit is contained in:
+1
-1
@@ -11396,7 +11396,7 @@ resume:
|
||||
if (dctx->dumpexpired) {
|
||||
style = &dns_master_style_cache_with_expired;
|
||||
} else {
|
||||
style = &dns_master_style_cache;
|
||||
style = &dns_master_style_full; /* hack for measurements */
|
||||
}
|
||||
/* start cache dump */
|
||||
if (dctx->view->view->cachedb != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user