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 \
|
||||
--log-dhcp \
|
||||
--enable-ra \
|
||||
--log-debug \
|
||||
--log-queries \
|
||||
--log-facility=- \
|
||||
--dhcp-leasefile=$(mkstate ${name})/leases \
|
||||
--pid-file=/run/${name}.pid
|
||||
'';
|
||||
# --log-debug \
|
||||
# --log-queries \
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue