mirror of
https://github.com/moparisthebest/pi-hole
synced 2024-11-25 10:42:14 -05:00
Log PiHole dns stats to /var/log/pihole
Log PiHole dns stats to /var/log/pihole Removes the requirement for rsyslog and reading the shared logfile /var/log/daemon.log
This commit is contained in:
parent
1ee2d08703
commit
e20f948e49
@ -7,4 +7,5 @@ interface=eth0
|
|||||||
listen-address=127.0.0.1
|
listen-address=127.0.0.1
|
||||||
cache-size=10000
|
cache-size=10000
|
||||||
log-queries
|
log-queries
|
||||||
|
log-facility=/var/log/pihole
|
||||||
local-ttl=300
|
local-ttl=300
|
||||||
|
Loading…
Reference in New Issue
Block a user