mirror of
https://github.com/pi-hole/docs.git
synced 2024-12-06 19:27:12 +01:00
Add DEBUG_ALL, DEBUG_API, and DEBUG_OVERTIME
Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
@@ -58,6 +58,9 @@ Possible settings (**the option shown first is the default**):
|
||||
|
||||
### Debugging options
|
||||
|
||||
- `DEBUG_ALL=false|true`<br>
|
||||
Enable all debug flags. If this is set to true, all other debug config options are ignored.
|
||||
|
||||
- `DEBUG_DATABASE=false|true`<br>
|
||||
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.<br>
|
||||
**[More details](regex/overview.md)**
|
||||
|
||||
- `DEBUG_API=false|true`<br>
|
||||
Print extra debugging information during telnet API calls. Currently only used to send extra information when getting all queries.
|
||||
|
||||
- `DEBUG_OVERTIME=false|true`<br>
|
||||
Print information about overTime memory operations, such as initializing or moving overTime slots.
|
||||
|
||||
{!abbreviations.md!}
|
||||
|
||||
Reference in New Issue
Block a user