From e20f948e491b47ccfe7beaa29ddda0ad1c855648 Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 28 Jul 2015 19:34:36 +0100 Subject: [PATCH] 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 --- advanced/dnsmasq.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/advanced/dnsmasq.conf b/advanced/dnsmasq.conf index d310b41b..73e926d8 100644 --- a/advanced/dnsmasq.conf +++ b/advanced/dnsmasq.conf @@ -7,4 +7,5 @@ interface=eth0 listen-address=127.0.0.1 cache-size=10000 log-queries +log-facility=/var/log/pihole local-ttl=300