Have recently switched to a new ISP that has a 10 minute lease for the WAN DHCP. This has subsequently led to the following being logged every 5 mins:
Mon Feb 3 11:44:29 2025 daemon.notice netifd: wan (6510): udhcpc: sending renew to server xxx.xxx.xxx.xxx
Mon Feb 3 11:44:29 2025 daemon.notice netifd: wan (6510): udhcpc: lease of xxx.xxx.xxx.xxx obtained from xxx.xxx.xxx.xxx, lease time 600
As you can imagine, this rapidly fills the syslog making it difficult to identify if there are any actual issues I should be aware of (or where there are to find the relevant details).
So, to that end, is anyone aware of any options that can be added through the openwrt config files to reduce the level of logging by udhcpc? Or am I going to need to dig through source files to amend it by hand?