Usually it’s from the odhcpd IPv6 daemon serving LAN DHCPv6 to clients. When a new LAN client comes online, and gets a DHCPv6 lease, it updates dnsmasq. See how the odhcpd entries increased from 44 to 48?
Have
option quietdhcp '1'
and no other loggin options in the dhcp file under config dnsmasq, is there an other option needed to suppress these log messages?
You can delete the leasetrigger option from odhcpd to prevent odhcpd trying to add DNS entries for IPv6 leases to dnsmasq. Otherwise, no, the log messages themselves aren't configurable.
You would need to submit it to the dnsmasq project, not OpenWrt. If it were me, I wouldn’t waste my time. But if you do not ask, the answer is certainly “no.”
Hello Dave
Looking at the dnsmasq code , all log messages are send via vsyslog function following the syslog level convention, reading files like hosts file are logged with LOG_INFO. Am I right that these messages end up at the openwrt logd service? If that is the case , we're stuck logd does not seem to be supporting filtering log levels.