1
0
mirror of https://github.com/moparisthebest/pi-hole synced 2024-11-25 02:32:15 -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:
Dan 2015-07-28 19:34:36 +01:00
parent 1ee2d08703
commit e20f948e49

View File

@ -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