mirror of
https://github.com/pi-hole/docs.git
synced 2025-12-20 03:08:45 +00:00
docs: update pihole.toml documentation
This commit is contained in:
committed by
github-actions[bot]
parent
8584f42dc5
commit
02a44f8b99
@@ -4676,6 +4676,30 @@ true or false
|
||||
FTLCONF_debug_netlink: false
|
||||
```
|
||||
|
||||
### `timing`
|
||||
|
||||
Print timing information from various parts of FTL
|
||||
|
||||
**Allowed values are:**
|
||||
true or false
|
||||
|
||||
**Default value:** `false`
|
||||
|
||||
=== "TOML"
|
||||
```toml
|
||||
[debug]
|
||||
timing = false
|
||||
```
|
||||
=== "CLI"
|
||||
```shell
|
||||
sudo pihole-FTL --config debug.timing=false
|
||||
```
|
||||
=== "Environment (Docker Compose)"
|
||||
```yaml
|
||||
environment:
|
||||
FTLCONF_debug_timing: false
|
||||
```
|
||||
|
||||
### `all`
|
||||
|
||||
Set all debug flags at once. This is a convenience option to enable all debug flags
|
||||
|
||||
Reference in New Issue
Block a user