From a6c3988b789f3198d9a7cecf5b94522cc1735a6a Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sat, 5 Sep 2020 14:26:11 +0100 Subject: [PATCH] /var/log/ -> /var/log/pihole/ Signed-off-by: Adam Warner --- docs/core/pihole-command.md | 2 +- docs/ftldns/configfile.md | 2 +- docs/ftldns/in-depth.md | 2 +- docs/regex/overview.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/core/pihole-command.md b/docs/core/pihole-command.md index ba48daa..d0281b9 100644 --- a/docs/core/pihole-command.md +++ b/docs/core/pihole-command.md @@ -80,7 +80,7 @@ Help Command | N/A Script Location | [`/opt/pihole/piholeLogFlush.sh`](https://github.com/pi-hole/pi-hole/blob/master/advanced/Scripts/piholeLogFlush.sh) Example Usage | [`pihole flush`](https://discourse.pi-hole.net/t/the-pihole-command-with-examples/738#flushing-the-log) -When invoked manually, this command will allow you to empty Pi-hole's log, which is located at `/var/log/pihole.log`. The command also serves to rotate the log daily, if the `logrotate` application is installed. +When invoked manually, this command will allow you to empty Pi-hole's log, which is located at `/var/log/pihole/pihole.log`. The command also serves to rotate the log daily, if the `logrotate` application is installed. ### Reconfigure diff --git a/docs/ftldns/configfile.md b/docs/ftldns/configfile.md index adf8718..f90045c 100644 --- a/docs/ftldns/configfile.md +++ b/docs/ftldns/configfile.md @@ -250,7 +250,7 @@ Specify the path and filename of FTL's SQLite3 long-term database. Setting this ### File options -#### `LOGFILE=/var/log/pihole-FTL.log` {#file_LOGFILE data-toc-label='Log file'} +#### `LOGFILE=/var/log/pihole/pihole-FTL.log` {#file_LOGFILE data-toc-label='Log file'} The location of FTL's log file. If you want to move the log file to a different place, also consider [this FAQ article](https://discourse.pi-hole.net/t/moving-the-pi-hole-log-to-another-location-device/2041). diff --git a/docs/ftldns/in-depth.md b/docs/ftldns/in-depth.md index 570d765..44aa76b 100644 --- a/docs/ftldns/in-depth.md +++ b/docs/ftldns/in-depth.md @@ -18,7 +18,7 @@ Command-line arguments can be arbitrarily combined, e.g. `pihole-FTL debug test` ## File locations -- `/var/log/pihole-FTL.log` log file +- `/var/log/pihole/pihole-FTL.log` log file - `/run/pihole-FTL.pid` PID file - `/run/pihole-FTL.port` file containing port on which `FTL` is listening - `/run/pihole/FTL.sock` Unix socket diff --git a/docs/regex/overview.md b/docs/regex/overview.md index 5822ae4..25c9fb9 100644 --- a/docs/regex/overview.md +++ b/docs/regex/overview.md @@ -32,7 +32,7 @@ DEBUG_REGEX=true in your `/etc/pihole/pihole-FTL.conf` and restart `pihole-FTL` to enable or disable this mode. -Once the debugging mode is enabled, each match will be logged to `/var/log/pihole-FTL.log` in the following format: +Once the debugging mode is enabled, each match will be logged to `/var/log/pihole/pihole-FTL.log` in the following format: ```text [2018-07-17 17:40:51.304] Regex blacklist (DB ID 15) >> MATCH: "whatever.twitter.com" vs. "((^)|(\.))twitter\."