subdue dnsmasq logs

we need to find a better way of doing this. people might _want_
to have All The Logs from evey dns query
pull/10/head
Daniel Barlow 2024-02-15 23:32:10 +00:00
parent 6920ee765d
commit 7e7171556f
1 changed files with 3 additions and 2 deletions

View File

@ -41,10 +41,11 @@ longrun {
--no-hosts \
--log-dhcp \
--enable-ra \
--log-debug \
--log-queries \
--log-facility=- \
--dhcp-leasefile=$(mkstate ${name})/leases \
--pid-file=/run/${name}.pid
'';
# --log-debug \
# --log-queries \
}