forked from DGNum/liminix
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
This commit is contained in:
parent
6920ee765d
commit
7e7171556f
1 changed files with 3 additions and 2 deletions
|
@ -41,10 +41,11 @@ longrun {
|
||||||
--no-hosts \
|
--no-hosts \
|
||||||
--log-dhcp \
|
--log-dhcp \
|
||||||
--enable-ra \
|
--enable-ra \
|
||||||
--log-debug \
|
|
||||||
--log-queries \
|
|
||||||
--log-facility=- \
|
--log-facility=- \
|
||||||
--dhcp-leasefile=$(mkstate ${name})/leases \
|
--dhcp-leasefile=$(mkstate ${name})/leases \
|
||||||
--pid-file=/run/${name}.pid
|
--pid-file=/run/${name}.pid
|
||||||
'';
|
'';
|
||||||
|
# --log-debug \
|
||||||
|
# --log-queries \
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue