search for: dhcp_quiet

Displaying 2 results from an estimated 2 matches for "dhcp_quiet".

2017 Sep 05
3
DHCP logging settings
I find that libvirt clogs up syslog with trivial DHCP notifications. I know how to configure alternate logging with dnsmasq directly via 'log-facility' and/or 'quiet-dhcp' options but the XML format used by libvirt appears to have no equivalent options. Is there a way to reduce syslog spam from libvirt without switching to a system-wide dnsmasq service?
2017 Sep 13
0
Re: DHCP logging settings
...qemu.conf, maybe it would be better to add the option there rather than making it a part of the config for each network. (on the other hand, it might be nice to be able to have more verbose logs for some networks than for others). Does anyone have an opinion about this? Maybe we could have a "dhcp_quiet" option in libvirtd.conf? (alternately I guess we could a <log> element to networks, but that would require something sufficiently generic that it would also be useful if someone decided to, e.g., write a network driver that used the ISC dhcpd instead of dnsmasq). Adding a conf file opt...