From a16eb51e1aa93f3ef95b784a5d1c65fcb9d2c6a4 Mon Sep 17 00:00:00 2001 From: Mcat12 Date: Mon, 11 Mar 2019 20:05:28 -0700 Subject: [PATCH] Add DEBUG_ALL, DEBUG_API, and DEBUG_OVERTIME Signed-off-by: Mcat12 --- docs/ftldns/configfile.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/ftldns/configfile.md b/docs/ftldns/configfile.md index 15d0e3d..211a8cf 100644 --- a/docs/ftldns/configfile.md +++ b/docs/ftldns/configfile.md @@ -58,6 +58,9 @@ Possible settings (**the option shown first is the default**): ### Debugging options +- `DEBUG_ALL=false|true`
+ Enable all debug flags. If this is set to true, all other debug config options are ignored. + - `DEBUG_DATABASE=false|true`
Print debugging information about database actions. This prints performed SQL statements as well as some general information such as the time it took to store the queries and how many have been saved to the database. @@ -89,4 +92,10 @@ Possible settings (**the option shown first is the default**): Note that if one of them is set to `true`, the other one cannot be used to disable this setting again.
**[More details](regex/overview.md)** +- `DEBUG_API=false|true`
+ Print extra debugging information during telnet API calls. Currently only used to send extra information when getting all queries. + +- `DEBUG_OVERTIME=false|true`
+ Print information about overTime memory operations, such as initializing or moving overTime slots. + {!abbreviations.md!}