Trying out dnsmasq with 25.7, are there options to control the logging

Started by IsaacFL, July 24, 2025, 09:48:08 PM

Previous topic - Next topic
I am a primarily ipv6 environment using stateless, so switching from KEA/Radvd to try out dnsmasq. Seems to work but seems by default it logs every router announcement/solicit. A lot of log entries with every RTR-ADVERT, RTR-SOLICIT on every vlan.

I couldn't figure if there an option to control logging level but I have an SSD, so I prefer not to log so much.

The dnsmasq documentation mentions:
--quiet-dhcp, --quiet-dhcp6, --quiet-ra: These options suppress logging of routine DHCP and router advertisement operations, while still logging errors.

Seems like these would be better as defaults?

I added a custom .conf file with "quiet-ra" and more reasonable logging



Hello,

ive looked into these options before and theyre reasonable to implement.

Is there a chance for a github ticket?

Thank you :)
Hardware:
DEC740

Quote from: Monviech (Cedrik) on July 24, 2025, 10:21:22 PMHello,

ive looked into these options before and theyre reasonable to implement.

Is there a chance for a github ticket?

Thank you :)

I can do that. I just wanted to make sure I didn't miss the setting somewhere.