Update example to match merged regex debug code

Signed-off-by: Mark Drobnak <newtoncat12@yahoo.com>
This commit is contained in:
Mark Drobnak
2018-07-18 22:50:04 -04:00
committed by GitHub
parent 1f3d45d649
commit 3ab2d11016

View File

@@ -20,7 +20,7 @@ in your `/etc/pihole/pihole-FTL.conf` and restart `pihole-FTL` to enable or disa
Once the debugging mode is enabled, each match will be logged to `/var/log/pihole-FTL.log` in the following format:
```
[2018-07-17 17:40:51.304] DEBUG: Regex in line 2 ("((^)|(\.))twitter\.") matches "whatever.twitter.com"
[2018-07-17 17:40:51.304] DEBUG: Regex in line 2 "((^)|(\.))twitter\." matches "whatever.twitter.com"
```
The given line number corresponds to the line in the file `/etc/pihole/regex.list`.